mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
SYSNC Raumtyp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user