Code

Fixed main.inc for sambaAccount
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Jan 2010 17:19:38 +0000 (17:19 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Jan 2010 17:19:38 +0000 (17:19 +0000)
-We've no show_ws_dialog variable anymore

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15472 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/personal/samba/main.inc

index e4e3ea1742aaf557646a771aebdb1f99b0a3696e..bdc16fbc3b764d6af0620cc7e9f02f4cb73f3db1 100644 (file)
@@ -107,7 +107,7 @@ if ( $cleanup ){
   }
 
   $info= "";
-  if (($sambaAccount->is_account) && (!$sambaAccount->dialog) && (!$sambaAccount->show_ws_dialog) && empty($lock_msg)){
+  if (($sambaAccount->is_account) && (!$sambaAccount->dialog) && empty($lock_msg)){
     $display.= "<p class=\"plugbottom\">";
 
     /* Are we in edit mode? */