From: hickert Date: Mon, 15 Jan 2007 06:37:44 +0000 (+0000) Subject: Connectivity acls are handled by the sub plugins. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=13390054cb5145be41fcc6975bb77e248d01acd4;p=gosa.git 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 --- 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*/