summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2008-12-26 12:15:38 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2008-12-26 12:15:38 +0000
commite8fb449c561bc6e2db43d70d076dd8583699f726 (patch)
treea80699ff083b26b8ef420e69126f8bdea9116930 /includes
parentc98edb47e96388276736802636167415352f7172 (diff)
optical typos
git-svn-id: svn://svn.cccv.de/engel-system@330 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/funktion_schichtplan_beamer.php6
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";