diff options
author | root <root@www.engelsystem.de> | 2010-12-29 20:20:05 +0100 |
---|---|---|
committer | root <root@www.engelsystem.de> | 2010-12-29 20:20:05 +0100 |
commit | 0844e3fc867da6e81fefde9fd339ab9af63d5b0f (patch) | |
tree | e27ae817d52f473b90a9f7310fc84b9a52a53d3b /includes | |
parent | cedac85a0853b21f74f2ba2efd15f76525daaadd (diff) | |
parent | 50030ff31f25aefc99e3590e2f8530c8c924583e (diff) |
Merge branch 'master' into spezial_includes
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/funktion_schichtplan_beamer.php | 2 |
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"; |