SYSNC Raumtyp

This commit is contained in:
Rudolf Hangl
2006-12-01 10:16:55 +00:00
parent a871fa2d56
commit df9bf4a01a
4 changed files with 132 additions and 8 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ class ortraumtyp
if($this->new)
{
//Pruefen ob id gültig ist
if($this->ort_kurzbz == '' || !is_numeric($this->hierarchie) || $this_hierarchie=='')
if($this->ort_kurzbz == '' || !is_numeric($this->hierarchie) || $this->hierarchie=='')
{
$this->errormsg = 'Keine gültige ID';
return false;