summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@www.engelsystem.de>2010-12-29 20:20:05 +0100
committerroot <root@www.engelsystem.de>2010-12-29 20:20:05 +0100
commit0844e3fc867da6e81fefde9fd339ab9af63d5b0f (patch)
treee27ae817d52f473b90a9f7310fc84b9a52a53d3b
parentcedac85a0853b21f74f2ba2efd15f76525daaadd (diff)
parent50030ff31f25aefc99e3590e2f8530c8c924583e (diff)
Merge branch 'master' into spezial_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";