From ab64ffc9ec4b97321437febef8b6dd8622e0294f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 10 Sep 2018 15:04:30 +0200 Subject: [PATCH] =?UTF-8?q?Vorherigen=20Commit=20R=C3=BCckg=C3=A4ngig=20ge?= =?UTF-8?q?macht,=20da=20die=20ECTS=20nicht=20semesterweise=20gelifert=20w?= =?UTF-8?q?erden=20sollen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soap/stip.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soap/stip.class.php b/soap/stip.class.php index aa1771bf2..adabc8582 100644 --- a/soap/stip.class.php +++ b/soap/stip.class.php @@ -512,7 +512,7 @@ class stip extends basis_db $obj = new zeugnisnote(); $ects=0; - if(!$obj->getZeugnisnoten(null, $uid, $studiensemester_kurzbz)) + if(!$obj->getZeugnisnoten($lehrveranstaltung_id=null, $uid, $studiensemester_kurzbz=null)) die('Fehler beim Laden der Noten:'.$obj->errormsg); foreach($obj->result as $row) {