From 13390054cb5145be41fcc6975bb77e248d01acd4 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Jan 2007 06:37:44 +0000 Subject: [PATCH] Connectivity acls are handled by the sub plugins. We do not need to check for connectivity acls git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5559 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/connectivity/main.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plugins/personal/connectivity/main.inc b/plugins/personal/connectivity/main.inc index 2a460f49c..f3cf40c8c 100644 --- a/plugins/personal/connectivity/main.inc +++ b/plugins/personal/connectivity/main.inc @@ -67,7 +67,7 @@ if (!$remove_lock){ $connectivity->save (); gosa_log ("User/connectivity object'".$ui->dn."' has been saved"); $connectivity->acl= "#none#"; - $editacl= get_module_permission($acl, "connectivity", $ui->dn); + # $editacl= get_module_permission($acl, "connectivity", $ui->dn); del_lock ($ui->dn); sess_del ('edit'); @@ -124,15 +124,18 @@ if (!$remove_lock){ } else { $info= "\"\" ".$ui->dn." "; - if ($editacl != "#none#"){ + # if ($editacl != "#none#"){ $info.= "\"\""._("Click the 'Edit' button below to change informations in this dialog"); $display.= "\n"; - } + #} $display.= "\n"; } $display.=""; + }else{ + $display.= "\n"; } + // $display.= "

\n"; /* Page header*/ -- 2.30.2