From 11e3d52fbc9ef34f3f7cfc4a9b9f6db85965ab2b Mon Sep 17 00:00:00 2001 From: kindlm Date: Tue, 7 Feb 2017 10:07:01 +0100 Subject: [PATCH] wochenplan.class BugFix Fehlermeldung wenn ort=all --- include/wochenplan.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index aa9ec7b5a..e7c2286ae 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -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); } }