From c828fe2ee4a94ac5c7d68d83fde6e6fc54170560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 29 Sep 2023 12:58:30 +0200 Subject: [PATCH] =?UTF-8?q?Version=20f=C3=BCr=20Legacy=20BPK=20Schnittstel?= =?UTF-8?q?le=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/dvb.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dvb.class.php b/include/dvb.class.php index 92b5dd9d5..fbeb79afc 100644 --- a/include/dvb.class.php +++ b/include/dvb.class.php @@ -41,7 +41,7 @@ class dvb extends basis_db const DVB_URL_WEBSERVICE_MATRIKELNUMMER = DVB_PORTAL.'/rws/0.2/simpleStudentByMatrikelnummer.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'; + const DVB_URL_WEBSERVICE_BPK = DVB_PORTAL.'/rws/0.6/pruefebpk.xml'; public $authentication; private $username;