This commit is contained in:
Christian Paminger
2007-06-10 10:18:53 +00:00
parent d8db3bd1d2
commit 42d9ea7c00
12 changed files with 105 additions and 75 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ class lvinfo
//Laenge Pruefen
if(strlen($this->sprache)>16)
{
$this->errormsg = "Sprache darf nicht laenger als 16 Zeichen sein bei <b>".$this->$lvinfo_id."</b> - $this->sprache";
$this->errormsg = "Sprache darf nicht laenger als 16 Zeichen sein bei <b>".$this->lvinfo_id."</b> - $this->sprache";
return false;
}
if(!is_numeric($this->lehrveranstaltung_id))