From 691661f0725bc3a592e76976efabbf998c0453bb Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Fri, 8 Jun 2007 07:04:58 +0000 Subject: [PATCH] --- include/globals.inc.php | 9 +++++++-- include/wochenplan.class.php | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/include/globals.inc.php b/include/globals.inc.php index 48b39d814..96aff8cd0 100644 --- a/include/globals.inc.php +++ b/include/globals.inc.php @@ -1,4 +1,9 @@ - \ No newline at end of file +?> diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index 0b12590b8..7e8ed5de1 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -464,7 +464,7 @@ class wochenplan /************************************************************************** * Zeichnen der Stundenplanwoche in HTML */ - function draw_week($user_uid='pam') + function draw_week($user_uid) { // Stundentafel abfragen $sql_query="SELECT stunde, beginn, ende FROM lehre.tbl_stunde ORDER BY stunde"; @@ -474,7 +474,7 @@ class wochenplan // Formularbeginn wenn Lektor if ($this->user=='lektor' && $this->type=='ort') - echo '
'; + echo ''; //Tabelle zeichnen echo ''; @@ -643,12 +643,12 @@ class wochenplan { echo '
Titel: '; echo ' Beschreibung: '; - echo ' '; + echo ' '; echo ' '; echo ' '; echo ' '; echo ' '; - echo ''; + echo ''; } } @@ -1587,4 +1587,4 @@ class wochenplan } -?> \ No newline at end of file +?>