mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Notice beim Erstellen des Diplomasupplement behoben die in seltenen
Fällen im Log angzeigt wurde
This commit is contained in:
@@ -940,6 +940,8 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
|
||||
// return true wenn neue note genommen werden soll
|
||||
function checkNote($note_alt, $note_neu)
|
||||
{
|
||||
$priority_neu = 9999;
|
||||
$priority_alt = 9999;
|
||||
$arrayNotenPriority = array(
|
||||
'0' => '1',
|
||||
'1' => '2',
|
||||
@@ -968,4 +970,4 @@ function checkNote($note_alt, $note_neu)
|
||||
return false;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user