summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
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"] ]. " ";