summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d424533)
raw | patch | inline | side by side (parent: d424533)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Jul 2006 09:04:25 +0000 (09:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Jul 2006 09:04:25 +0000 (09:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4201 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/blocklists/class_blocklistManagement.inc | patch | blob | history |
diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc
index ec4a64029958f0eb6272e4fe87288c1cc10235a6..4a03aec4512f97bf551f7950fed6ff8a84136973 100644 (file)
function plInfo()
{
return (array(
- "plShortName" => _("Fay"),
+ "plShortName" => _("Fax"),
"plDescription" => _("Fax Blocklists"),
"plSelfModify" => TRUE,
"plDepends" => array(),
"plPriority" => 0,
- "plSection" => array("blocklists" => _("FAX Blocklists")),
- "plCategory" => array("goFaxRBlock" => _("Blocklists")),
+ "plSection" => array("administration" => _("FAX Blocklists")),
+ "plCategory" => array("blocklists" => array("description" => _("Blocklists"),
+ "objectClass" => array("goFaxRBlock","goFaxSBlock"))),