summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-23 20:24:23 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-23 20:24:23 +0000
commit20f41e15918d9e4f5e6b594b45e92d0fbaa24927 (patch)
treefb6bec205ddb6e27b117b880da687432d122f095 /www-ssl
parent2f00afd3114eef0a660c4ccc71409f4fc8dad039 (diff)
BUGFIX var init
git-svn-id: svn://svn.cccv.de/engel-system@90 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/inc/funktion_schichtplan.php3
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"] ]. " ";