diff --git a/include/person.class.php b/include/person.class.php index b9495c816..3a081645a 100644 --- a/include/person.class.php +++ b/include/person.class.php @@ -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; }