From 837c4625a2f9879ee04089b5b78fd7f7a7e03a0b Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Thu, 15 Feb 2007 08:34:02 +0000 Subject: [PATCH] --- include/person.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }