Längenprüfung für UIDs korrigiert

This commit is contained in:
Andreas Österreicher
2014-04-11 13:10:53 +00:00
parent 5a93b3f4ec
commit bbd78fcc73
+1 -1
View File
@@ -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;