From 20f41e15918d9e4f5e6b594b45e92d0fbaa24927 Mon Sep 17 00:00:00 2001 From: cookie Date: Wed, 23 Nov 2005 20:24:23 +0000 Subject: BUGFIX var init git-svn-id: svn://svn.cccv.de/engel-system@90 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/inc/funktion_schichtplan.php | 3 +++ 1 file changed, 3 insertions(+) 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"] ]. " "; -- cgit v1.2.3-70-g09d2