summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-20 21:50:49 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-20 21:50:49 +0000
commit8f94dca624541ab4e03f520ccf2ead4d0a7a950f (patch)
treed166323875e9e9ed2cc6c53bc3e87e7cd38c48ff /www-ssl
parentb4fb6d1b89b93eabffe3bc9ce475e8ea1f4e1abd (diff)
reichenflge vertaucht
git-svn-id: svn://svn.cccv.de/engel-system@168 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/inc/funktion_schichtplan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/inc/funktion_schichtplan.php b/www-ssl/inc/funktion_schichtplan.php
index f4f9b00d..cf797728 100755
--- a/www-ssl/inc/funktion_schichtplan.php
+++ b/www-ssl/inc/funktion_schichtplan.php
@@ -144,7 +144,7 @@ function ausgabe_Feld_Inhalt( $SID, $Man )
$Spalten.= "<br>\n\t\t&nbsp;&nbsp;<a href=\"./schichtplan_add.php?SID=$SID&TID=".
$TempValue["TID"]."\">";
$Spalten.= $TempValue["free"];
- if( $TempValue["free"] == 1 )
+ if( $TempValue["free"] != 1 )
$Spalten.= Get_Text("inc_schicht_weitere").
" ".Get_Text("inc_schicht_Engel").
Get_Text("inc_schicht_wird");