diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-12-26 12:15:38 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-12-26 12:15:38 +0000 |
commit | e8fb449c561bc6e2db43d70d076dd8583699f726 (patch) | |
tree | a80699ff083b26b8ef420e69126f8bdea9116930 | |
parent | c98edb47e96388276736802636167415352f7172 (diff) |
optical typos
git-svn-id: svn://svn.cccv.de/engel-system@330 29ba0400-6e00-0410-a75a-ca02368028f8
-rwxr-xr-x | includes/funktion_schichtplan_beamer.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/funktion_schichtplan_beamer.php b/includes/funktion_schichtplan_beamer.php index d02b45eb..48a6f849 100755 --- a/includes/funktion_schichtplan_beamer.php +++ b/includes/funktion_schichtplan_beamer.php @@ -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"; |