summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-12-29 20:19:47 +0100
committerAngelo Cuccato <cuccato@web.de>2010-12-29 20:19:47 +0100
commit50030ff31f25aefc99e3590e2f8530c8c924583e (patch)
treeb9ba348893294bc054332689151412c128168b83 /includes
parentcc66cb6ba5fd4d5b41b5f462b95eca064748d4e8 (diff)
fix waring
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/funktion_schichtplan_beamer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/funktion_schichtplan_beamer.php b/includes/funktion_schichtplan_beamer.php
index 48a6f849..ab935e0d 100755
--- a/includes/funktion_schichtplan_beamer.php
+++ b/includes/funktion_schichtplan_beamer.php
@@ -91,7 +91,7 @@ function ausgabe_Feld_Inhalt( $SID, $Man )
///////////////////////////////////////////////////////////////////
// Aus gabe der Schicht
///////////////////////////////////////////////////////////////////
- if( count($Temp) )
+ if( isset($Temp) && count($Temp) )
foreach( $Temp as $TempEntry => $TempValue )
{
$Out.= "\t\t\t<tr>\n";