wochenplan.class

BugFix Fehlermeldung wenn ort=all
This commit is contained in:
kindlm
2017-02-07 10:07:01 +01:00
parent 00b629662f
commit 11e3d52fbc
+1 -1
View File
@@ -315,7 +315,7 @@ class wochenplan extends basis_db
$obj->ort_ausstattung = $row->ausstattung;
$obj->ort_max_person = $row->max_person;
$obj->ort_content_id = $row->content_id;
$obj->link.='&ort_kurzbz='.$this->ort_kurzbz; //Link erweitern
//$obj->link.='&ort_kurzbz='.$this->ort_kurzbz; //Link erweitern
array_push($this->raeume, $obj);
}
}