From: hickert Date: Tue, 26 Jan 2010 13:00:52 +0000 (+0000) Subject: Updated main to support list modifications X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0daac66a9730841e3965852732fc811ab8b8b629;p=gosa.git Updated main to support list modifications git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15315 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/main.inc b/gosa-core/plugins/personal/posix/main.inc index 3f0a09e31..5f817c340 100644 --- a/gosa-core/plugins/personal/posix/main.inc +++ b/gosa-core/plugins/personal/posix/main.inc @@ -110,7 +110,7 @@ if ( $cleanup ){ } /* Show page footer depending on the mode */ - if (!$posixAccount->groupSelect && !$posixAccount->show_ws_dialog && $posixAccount->is_account && empty($lock_msg)){ + if (!$posixAccount->groupSelect && !$posixAccount->trustSelect && $posixAccount->is_account && empty($lock_msg)){ $display.= "

";