From ce54feb220238946f47eb8788a9d20995311769e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 4 Dec 2019 11:07:59 +0100 Subject: [PATCH] =?UTF-8?q?Anpassung=20der=20Matrikelnummern=20API=20Endpo?= =?UTF-8?q?ints=20Alte=20Version=20/dvb/VERSION/reservierung.xml=20auf=20V?= =?UTF-8?q?ersion=200.5=20ge=C3=A4ndert=20/rws/0.5/matrikelreservierung.xm?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/dvb.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/dvb.class.php b/include/dvb.class.php index 68f444647..78bde58c0 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.'/dvb/matrikelnummern/1.0/reservierung.xml'; - const DVB_URL_WEBSERVICE_MELDUNG = DVB_PORTAL.'/dvb/matrikelnummern/1.0/meldung.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_BPK = DVB_PORTAL.'/rws/0.2/pruefeBpk.xml'; public $authentication; @@ -747,7 +747,7 @@ class dvb extends basis_db } $data = ' - + '.$uuid.' '.$anzahl.' @@ -828,13 +828,13 @@ class dvb extends basis_db $gebdat = str_replace("-", "", $person->geburtsdatum); $data = ' - + '.$uuid.' - + '.$bildungseinrichtung.' '.$gebdat.' '.$person->geschlecht.' - '.$person->matrikelnummer.''; + '.$person->matrikelnummer.''; if (isset($person->matura) && $person->matura != '') $data .= ''.$person->matura.''; else