From cdc73b3250c38f297a1b5924b211171de854e4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 27 Feb 2014 15:01:15 +0000 Subject: [PATCH] Bugfix beim Reservieren von Stunden bei Studierendenvertretern --- 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 339f3bbc4..cdb9ac3c3 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -591,7 +591,7 @@ class wochenplan extends basis_db $num_rows_stunde = $this->db_num_rows($result_stunde); // Formularbeginn wenn Lektor - if ($this->user=='lektor' && $this->type=='ort') + if ($raumres && $this->type=='ort') echo '
'.$this->crlf; //Tabelle zeichnen