diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index 73f58e40b..5899a5151 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -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; } -?> \ No newline at end of file +?>