From 67d41f1df92751570e1989c4b02987fd003d1507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 5 Nov 2025 14:26:45 +0100 Subject: [PATCH] =?UTF-8?q?Note=20Bestanden=20am=20Diploamsupplement=20pri?= =?UTF-8?q?orisiert=20damit=20diese=20als=20"bessere"=20Note=20als=20Nicht?= =?UTF-8?q?=20Gen=C3=BCgend=20gewertet=20wird?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/diplomasupplement.xml.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index 41d046a99..d5eb11c26 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -1160,12 +1160,13 @@ function checkNote($note_alt, $note_neu) '4' => 'ea', '5' => 'tg', '6' => 'met', - '7' => 'ar', - '8' => 'nb', - '9' => '5', - '10' => 'nea'); + '7' => 'b', + '8' => 'ar', + '9' => 'nb', + '10' => '5', + '11' => 'nea'); - for($i = 0; $i<=9; $i++) + for($i = 0; $i<=11; $i++) { if($note_alt == $arrayNotenPriority[$i]) $priority_alt = $i;