diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-20 21:50:49 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-20 21:50:49 +0000 |
commit | 8f94dca624541ab4e03f520ccf2ead4d0a7a950f (patch) | |
tree | d166323875e9e9ed2cc6c53bc3e87e7cd38c48ff /www-ssl | |
parent | b4fb6d1b89b93eabffe3bc9ce475e8ea1f4e1abd (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-x | www-ssl/inc/funktion_schichtplan.php | 2 |
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 <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"); |