summaryrefslogtreecommitdiff
path: root/www-ssl/inc/funktion_schichtplan_beamer.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-16 13:32:55 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-16 13:32:55 +0000
commit3134964de1b71864b37ab5a3c325829abffc615a (patch)
treedc7c019392b658952ac93aeffdac7c383040b904 /www-ssl/inc/funktion_schichtplan_beamer.php
parent2287553e60dd943f3cec72d39f7a712c42584869 (diff)
FAQ: link optimzed
Schichtplan: antragen solgen schicht geht, eingebaut git-svn-id: svn://svn.cccv.de/engel-system@111 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/funktion_schichtplan_beamer.php')
-rwxr-xr-xwww-ssl/inc/funktion_schichtplan_beamer.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/www-ssl/inc/funktion_schichtplan_beamer.php b/www-ssl/inc/funktion_schichtplan_beamer.php
index acd6e110..280b2cb9 100755
--- a/www-ssl/inc/funktion_schichtplan_beamer.php
+++ b/www-ssl/inc/funktion_schichtplan_beamer.php
@@ -130,7 +130,10 @@ function ausgabe_Feld_Inhalt( $SID, $Man )
if( mysql_num_rows( $Ergerlaubnis))
if( $_SESSION['CVS'][mysql_result( $Ergerlaubnis, 0, "Name")] == "Y" ||
$_SESSION['CVS'][mysql_result( $Ergerlaubnis, 0, "Name")] == "")
- $Out.= $TempValue["free"]. "x free ";
+ {
+ if ( $TempValue["free"] > 0)
+ $Out.= ", ". $TempValue["free"]. "x free ";
+ }
$Out.= "</td>\n";
$Out.= "\t\t\t</tr>\n";