fix waring

This commit is contained in:
Angelo Cuccato 2010-12-29 20:19:47 +01:00
parent cc66cb6ba5
commit 50030ff31f
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function ausgabe_Feld_Inhalt( $SID, $Man )
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
// Aus gabe der Schicht // Aus gabe der Schicht
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
if( count($Temp) ) if( isset($Temp) && count($Temp) )
foreach( $Temp as $TempEntry => $TempValue ) foreach( $Temp as $TempEntry => $TempValue )
{ {
$Out.= "\t\t\t<tr>\n"; $Out.= "\t\t\t<tr>\n";