From e8fb449c561bc6e2db43d70d076dd8583699f726 Mon Sep 17 00:00:00 2001 From: cookie Date: Fri, 26 Dec 2008 12:15:38 +0000 Subject: optical typos git-svn-id: svn://svn.cccv.de/engel-system@330 29ba0400-6e00-0410-a75a-ca02368028f8 --- includes/funktion_schichtplan_beamer.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'includes') 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.= "\n"; $Out.= "\t\t\t\n"; -- cgit v1.2.3-54-g00ecf