optical typos

git-svn-id: svn://svn.cccv.de/engel-system@330 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2008-12-26 12:15:38 +00:00
parent c98edb47e9
commit e8fb449c56
1 changed files with 5 additions and 1 deletions

View File

@ -126,7 +126,11 @@ function ausgabe_Feld_Inhalt( $SID, $Man )
if( $_SESSION['CVS']["nonpublic/schichtplan_add.php"] == "Y") if( $_SESSION['CVS']["nonpublic/schichtplan_add.php"] == "Y")
{ {
if ( $TempValue["free"] > 0) if ( $TempValue["free"] > 0)
$Out.= ", ". $TempValue["free"]. "x free "; {
if( count($TempValue["Engel"]) > 0)
$Out.= ", ";
$Out.= $TempValue["free"]. "x free ";
}
} }
$Out.= "</td>\n"; $Out.= "</td>\n";
$Out.= "\t\t\t</tr>\n"; $Out.= "\t\t\t</tr>\n";