Merge branch 'master' into spezial_includes

This commit is contained in:
root 2010-12-29 20:20:05 +01:00
commit 0844e3fc86
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";