From 8b84af19d84a0a499f5a2950b1f215adee467e73 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Fri, 7 Mar 2008 12:31:07 +0000 Subject: [PATCH] --- include/wochenplan.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index 3f3d5a66a..05e679478 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -302,6 +302,7 @@ class wochenplan $idx++; //echo $idx.'
'; $this->std_plan[$tag][$stunde][$idx]->unr=$this->wochenplan->lehrstunden[$i]->unr; + $this->std_plan[$tag][$stunde][$idx]->reservierung=$this->wochenplan->lehrstunden[$i]->reservierung; if ($this->wochenplan->lehrstunden[$idx]->reservierung) $this->std_plan[$tag][$stunde][$idx]->lehrfach=$this->wochenplan->lehrstunden[$i]->titel; else