From bbd78fcc73c6ca5dd99641f6f298722980bbf86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 11 Apr 2014 13:10:53 +0000 Subject: [PATCH] =?UTF-8?q?L=C3=A4ngenpr=C3=BCfung=20f=C3=BCr=20UIDs=20kor?= =?UTF-8?q?rigiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/bisio.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bisio.class.php b/include/bisio.class.php index 0f161d4c4..5445347f2 100644 --- a/include/bisio.class.php +++ b/include/bisio.class.php @@ -135,7 +135,7 @@ class bisio extends basis_db return false; } - if(mb_strlen($this->student_uid)>16) + if(mb_strlen($this->student_uid)>32) { $this->errormsg = 'Student_UID ist ungueltig'; return false;