Code

Removed acls from connectivty tab. Theres nothing we could write.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Aug 2006 11:02:05 +0000 (11:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Aug 2006 11:02:05 +0000 (11:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4442 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/connectivity/class_connectivity.inc

index 7410451c2f95271da9c3631a307c965c883c26c2..b8b0b1110b882cdeac09d591488abb6244afd0d5 100644 (file)
@@ -165,23 +165,6 @@ class connectivity extends plugin
       $this->plugin[$key]->PrepareForCopyPaste($plug);
     }
   }
-
-/* Return plugin informations for acl handling 
-#FIXME We should check here, if the user has access to one of the subClasses */ 
-  function plInfo()
-  {
-    return (array(  
-          "plShortName"       => _("Connectivity"),
-          "plDescription"     => _("Connectivity settings"),
-          "plSelfModify"      => TRUE,
-          "plDepends"         => array("user"),
-          "plPriority"        => 5,                                 // Position in tabs
-          "plSection"       => "personal",                        // This belongs to personal
-          "plCategory"      => array("users"),
-          "plOptions"       => array(),
-          "plProvidedAcls"  => array()
-          ));
-  }
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: