changed studentDBDML.php to take a prestudent_id instead of a uid

This commit is contained in:
Andreas Moik
2016-05-02 14:31:54 +02:00
parent b5a4645540
commit 8d9a038e2d
22 changed files with 7403 additions and 7347 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class student extends benutzer
* auf Gueltigkeit.
* @return true wenn ok, false im Fehlerfall
*/
protected function validate()
public function validate()
{
if(mb_strlen($this->uid)>32)
{