From 2a09e1af8a3beb6cafa41f878c148d68f05bb5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 7 Oct 2020 08:57:12 +0200 Subject: [PATCH] =?UTF-8?q?Verhindert=20dass=20Matrikelnummern=20angeforde?= =?UTF-8?q?rt=20werden=20f=C3=BCr=20Studieng=C3=A4nge=20mit=20Kennzahl=20>?= =?UTF-8?q?=2010000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/dvb.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dvb.class.php b/include/dvb.class.php index 0eab0e3f0..0131f1e4d 100644 --- a/include/dvb.class.php +++ b/include/dvb.class.php @@ -188,6 +188,7 @@ class dvb extends basis_db AND tbl_benutzer.aktiv AND tbl_prestudentstatus.status_kurzbz in('Student','Incoming') AND tbl_prestudent.bismelden + AND tbl_prestudent.studiengang_kz<10000 ORDER BY tbl_prestudentstatus.datum desc LIMIT 1 ";