Notice beim Erstellen des Diplomasupplement behoben die in seltenen

Fällen im Log angzeigt wurde
This commit is contained in:
Andreas Oesterreicher
2017-06-28 19:04:15 +02:00
parent 75f4a7db58
commit a1d247eb40
+3 -1
View File
@@ -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;
}
?>
?>