summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a669fb)
raw | patch | inline | side by side (parent: 5a669fb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Aug 2006 11:02:05 +0000 (11:02 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_connectivity.inc b/plugins/personal/connectivity/class_connectivity.inc
index 7410451c2f95271da9c3631a307c965c883c26c2..b8b0b1110b882cdeac09d591488abb6244afd0d5 100644 (file)
$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: