SYNC Mitarbeiter und Reihungstest

This commit is contained in:
Rudolf Hangl
2007-01-11 10:35:07 +00:00
parent b6c0f75778
commit e5b7169561
14 changed files with 858 additions and 23 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class benutzer extends person
}
if($this->uid == '')
{
$this->errormsg = 'UID muss eingegeben werden';
$this->errormsg = 'UID muss eingegeben werden '.$this->uid;
return false;
}
if(strlen($this->alias)>256)