From 2a77fb361a06199190a3d6727134d55500c01452 Mon Sep 17 00:00:00 2001 From: nkrondraf Date: Thu, 14 Sep 2023 10:32:09 +0200 Subject: [PATCH 1/2] raise version number of API to 0.6 --- include/dvb.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dvb.class.php b/include/dvb.class.php index c264ca4a7..b9a738da2 100644 --- a/include/dvb.class.php +++ b/include/dvb.class.php @@ -39,8 +39,8 @@ class dvb extends basis_db const DVB_URL_WEBSERVICE_NACHNAME = DVB_PORTAL.'/rws/0.2/simpleStudentByNachname.xml'; const DVB_URL_WEBSERVICE_NAME = DVB_PORTAL.'/rws/0.2/simpleStudentByName.xml'; const DVB_URL_WEBSERVICE_MATRIKELNUMMER = DVB_PORTAL.'/rws/0.2/simpleStudentByMatrikelnummer.xml'; - const DVB_URL_WEBSERVICE_RESERVIERUNG = DVB_PORTAL.'/rws/0.5/matrikelreservierung.xml'; - const DVB_URL_WEBSERVICE_MELDUNG = DVB_PORTAL.'/rws/0.5/matrikelmeldung.xml'; + const DVB_URL_WEBSERVICE_RESERVIERUNG = DVB_PORTAL.'/rws/0.6/matrikelreservierung.xml'; + const DVB_URL_WEBSERVICE_MELDUNG = DVB_PORTAL.'/rws/0.6/matrikelmeldung.xml'; const DVB_URL_WEBSERVICE_BPK = DVB_PORTAL.'/rws/0.5/pruefebpk.xml'; public $authentication; From e8c7ecf1ee231f8d46c783360a074c522de986be Mon Sep 17 00:00:00 2001 From: nkrondraf Date: Thu, 14 Sep 2023 10:50:04 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Besuch=20der=20LV=20kann=20nun=203=20Semest?= =?UTF-8?q?er=20in=20Vergangenheit=20liegen=20f=C3=BCr=20Pr=C3=BCfungsanme?= =?UTF-8?q?ldung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lehre/pruefung/pruefungsanmeldung.json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/lehre/pruefung/pruefungsanmeldung.json.php b/cis/private/lehre/pruefung/pruefungsanmeldung.json.php index e201fbe30..6757cf391 100644 --- a/cis/private/lehre/pruefung/pruefungsanmeldung.json.php +++ b/cis/private/lehre/pruefung/pruefungsanmeldung.json.php @@ -419,7 +419,7 @@ function saveAnmeldung($aktStudiensemester = null, $uid = null) $semCounter = $fakultaeten[1]["sem"]; break; default: - $semCounter = 2; + $semCounter = 3; break; } }