Code

Fixed main to support new lists
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 09:55:36 +0000 (09:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 09:55:36 +0000 (09:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15308 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/posix/main.inc

index cce612acf66521ae24ad52087bcecc1d65dacf95..3f0a09e318a35bc7cf921cafbb899e7dd9798fd7 100644 (file)
@@ -110,7 +110,7 @@ if ( $cleanup ){
   }
 
   /* Show page footer depending on the mode */
-  if (!$posixAccount->group_dialog && !$posixAccount->show_ws_dialog && $posixAccount->is_account && empty($lock_msg)){
+  if (!$posixAccount->groupSelect && !$posixAccount->show_ws_dialog && $posixAccount->is_account && empty($lock_msg)){
 
     $display.= "<p class=\"plugbottom\">";