diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-23 20:24:23 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-23 20:24:23 +0000 |
commit | 20f41e15918d9e4f5e6b594b45e92d0fbaa24927 (patch) | |
tree | fb6bec205ddb6e27b117b880da687432d122f095 /www-ssl/inc | |
parent | 2f00afd3114eef0a660c4ccc71409f4fc8dad039 (diff) |
BUGFIX var init
git-svn-id: svn://svn.cccv.de/engel-system@90 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc')
-rwxr-xr-x | www-ssl/inc/funktion_schichtplan.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-ssl/inc/funktion_schichtplan.php b/www-ssl/inc/funktion_schichtplan.php index 131bce7b..3d2070b9 100755 --- a/www-ssl/inc/funktion_schichtplan.php +++ b/www-ssl/inc/funktion_schichtplan.php @@ -86,6 +86,9 @@ function ausgabe_Feld_Inhalt( $SID, $Man ) if( count($Temp) ) foreach( $Temp as $TempEntry => $TempValue ) { + if( !isset($TempValue["free"])) + $TempValue["free"] = 0; + // ausgabe EngelType $Spalten.= $EngelTypeID[ $TempValue["TID"] ]. " "; |