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;