optical typos
git-svn-id: svn://svn.cccv.de/engel-system@330 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
c98edb47e9
commit
e8fb449c56
|
@ -126,7 +126,11 @@ function ausgabe_Feld_Inhalt( $SID, $Man )
|
|||
if( $_SESSION['CVS']["nonpublic/schichtplan_add.php"] == "Y")
|
||||
{
|
||||
if ( $TempValue["free"] > 0)
|
||||
$Out.= ", ". $TempValue["free"]. "x free ";
|
||||
{
|
||||
if( count($TempValue["Engel"]) > 0)
|
||||
$Out.= ", ";
|
||||
$Out.= $TempValue["free"]. "x free ";
|
||||
}
|
||||
}
|
||||
$Out.= "</td>\n";
|
||||
$Out.= "\t\t\t</tr>\n";
|
||||
|
|
Loading…
Reference in New Issue