diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-27 22:16:13 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-27 22:16:13 +0000 |
commit | 08f87280140968714d3cb0c880d7b83ae6e55f8c (patch) | |
tree | 52bfcdf4c8d44d1b1c04f5a40ac0e5de1c542388 /www-ssl | |
parent | 042a1577c18f0162b22428da314bd8b91e18a1ac (diff) |
leeres feld abgefangen
git-svn-id: svn://svn.cccv.de/engel-system@178 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/nonpublic/schichtplan.php | 3 |
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) |