From 62419f99f5837762fc2ce01c26fb2e3496e3667f Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Mon, 19 Aug 2013 13:46:26 +0000 Subject: [PATCH] =?UTF-8?q?warning=20wird=20unterdr=C3=BCckt=20bei=20raumv?= =?UTF-8?q?orschl=C3=A4gen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 a5f0d330b..7ce210ef6 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -1474,7 +1474,7 @@ class wochenplan extends basis_db { for ($s=$min_stunde;$s<=$max_stunde;$s++) { - $raster[$t][$s]->ort=array(); + @$raster[$t][$s]->ort=array(); $raster[$t][$s]->kollision=false; } }