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.= "
\n\t\t ";
$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");