From 82b4bb4e891225e374555fb8d92a6771b7c97c7c Mon Sep 17 00:00:00 2001 From: cookie Date: Mon, 21 Nov 2005 21:45:45 +0000 Subject: import probleme beseitigt, news 2x back eingefueht git-svn-id: svn://svn.cccv.de/engel-system@77 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/nonpublic/schichtplan.2.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'www-ssl/nonpublic/schichtplan.2.php') diff --git a/www-ssl/nonpublic/schichtplan.2.php b/www-ssl/nonpublic/schichtplan.2.php index 8b477f41..2074e3fa 100755 --- a/www-ssl/nonpublic/schichtplan.2.php +++ b/www-ssl/nonpublic/schichtplan.2.php @@ -2,11 +2,21 @@ ". - $RoomEntry["Name"]. "\n"; +include ("./inc/funktion_schichtplan_aray.php"); +foreach( $Room as $RoomEntry ) +{ + if(isset($ausdatum)) + echo "\t
  • ". + $RoomEntry["Name"]. "
  • \n"; + else + echo "\t
  • ". + $RoomEntry["Name"]. "
  • \n"; +} echo "
    "; -echo "
  • alle
  • "; +if(isset($ausdatum)) + echo "
  • alle
  • "; +else + echo "
  • alle
  • "; ?> -- cgit v1.2.3-54-g00ecf