mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
wochenplan.class
BugFix Fehlermeldung wenn ort=all
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user