summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/schichtplan.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-27 22:16:13 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-27 22:16:13 +0000
commit08f87280140968714d3cb0c880d7b83ae6e55f8c (patch)
tree52bfcdf4c8d44d1b1c04f5a40ac0e5de1c542388 /www-ssl/nonpublic/schichtplan.php
parent042a1577c18f0162b22428da314bd8b91e18a1ac (diff)
leeres feld abgefangen
git-svn-id: svn://svn.cccv.de/engel-system@178 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/nonpublic/schichtplan.php')
-rwxr-xr-xwww-ssl/nonpublic/schichtplan.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-ssl/nonpublic/schichtplan.php b/www-ssl/nonpublic/schichtplan.php
index a9e2d50e..0b5496e6 100755
--- a/www-ssl/nonpublic/schichtplan.php
+++ b/www-ssl/nonpublic/schichtplan.php
@@ -24,7 +24,8 @@ function ShowSwitchDay()
echo "\n\n<table border=\"0\" width=\"100%\"><tr>\n";
- foreach( $VeranstaltungsTage as $k => $v)
+ if( isset($VeranstaltungsTage))
+ foreach( $VeranstaltungsTage as $k => $v)
if( $ausdatum == $v)
{
if( $k > 0)