From a1d247eb40529609c4c60b175f24e9fd46236d7d Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Wed, 28 Jun 2017 19:04:15 +0200 Subject: [PATCH] =?UTF-8?q?Notice=20beim=20Erstellen=20des=20Diplomasupple?= =?UTF-8?q?ment=20behoben=20die=20in=20seltenen=20F=C3=A4llen=20im=20Log?= =?UTF-8?q?=20angzeigt=20wurde?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/diplomasupplement.xml.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +?>