This commit is contained in:
Rudolf Hangl
2007-02-15 08:34:02 +00:00
parent a9469fe861
commit 837c4625a2
+1 -1
View File
@@ -183,7 +183,7 @@ class person
}
if($this->nachname=='' || is_null($this->nachname))
{
$this->errormsg = "*****\nNachname muss eingegeben werden: ".$this->nachname.", ".$this->vorname."\n*****\n";
$this->errormsg = "*****\nNachname muss eingegeben werden: ".$this->ext_id.", ".$this->nachname.", ".$this->vorname."\n*****\n";
return false;
}