From d194783e8f2aa2e9e27e34572cda6f796930ac37 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Wed, 14 Sep 2011 22:54:36 +0200 Subject: cleanup from old files --- www-ssl_old/nonpublic/schichtplan_beamer.php | 59 ---------------------------- 1 file changed, 59 deletions(-) delete mode 100644 www-ssl_old/nonpublic/schichtplan_beamer.php (limited to 'www-ssl_old/nonpublic/schichtplan_beamer.php') diff --git a/www-ssl_old/nonpublic/schichtplan_beamer.php b/www-ssl_old/nonpublic/schichtplan_beamer.php deleted file mode 100644 index 269660e1..00000000 --- a/www-ssl_old/nonpublic/schichtplan_beamer.php +++ /dev/null @@ -1,59 +0,0 @@ - - - - - -Schichtpläne für Beamer - - - - - -\n"; - -echo " - - - - - \n"; - -echo "\n" . -"" . gmdate("d.m.y", $Time) . "\n" . -"" . gmdate("H", $Time -3600) . ":00\n" . -"" . gmdate("H", $Time +0) . ":00\n" . -"" . gmdate("H", $Time +3600) . ":00\n" . -"\n"; - -foreach ($Room as $RoomEntry) { - // var-init - $AnzahlEintraege = 0; - - $Out = ausgabe_Zeile($RoomEntry["RID"], $Time -3600, $AnzahlEintraege); - $Out .= ausgabe_Zeile($RoomEntry["RID"], $Time, $AnzahlEintraege); - $Out .= ausgabe_Zeile($RoomEntry["RID"], $Time +3600, $AnzahlEintraege); - - if ($AnzahlEintraege == 0) - $Out = ""; - else - $Out = "\n_" . $RoomEntry["Name"] . "_\n" . $Out . "\n"; - - echo $Out; -} -?> - - - - - -- cgit v1.2.3-54-g00ecf