BUGFIX var init

git-svn-id: svn://svn.cccv.de/engel-system@90 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-11-23 20:24:23 +00:00
parent 2f00afd311
commit 20f41e1591
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ function ausgabe_Feld_Inhalt( $SID, $Man )
if( count($Temp) )
foreach( $Temp as $TempEntry => $TempValue )
{
if( !isset($TempValue["free"]))
$TempValue["free"] = 0;
// ausgabe EngelType
$Spalten.= $EngelTypeID[ $TempValue["TID"] ]. " ";