From 559d21e599f91bb0c7d0b477493b893568e3eeac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 27 Sep 2012 09:52:57 +0000 Subject: [PATCH] - ECTS des Auslandssemesters werden zu den GesamtECTS hinzugerechnet - SWS bei Auslandssemester werden angezeigt falls eingetragen --- rdf/diplomasupplement.xml.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index e432a980a..64a6ab06a 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -790,17 +790,18 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml") echo ' '.$benotungsdatum_outgoing.' - + '.($row_outgoing->semesterstunden/$wochen).' '.$lehrform_kurzbz_outgoing.' ort.', '.$row_outgoing->universitaet.'. All credits earned during the International Semester Abroad (ISA) are fully credited for the '.$start.'th semester at the UAS Fachhochschule Technikum Wien.]]> '.$row_outgoing->ects.' - '.$row_outgoing->semesterstunden/$wochen.' + '.$row_outgoing->semesterstunden.' '.$note_outgoing.' '; + $ects_total +=$row_outgoing->ects; } } }