From 268b36a45611088a41ff51fa920a928d6300e941 Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 30 Dec 2005 08:16:49 +0000 Subject: [PATCH] Remove currently unused collections admin category. --- plugins/ktcore/KTAdminPlugins.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/plugins/ktcore/KTAdminPlugins.php b/plugins/ktcore/KTAdminPlugins.php index dcf0e5e..7e0fc23 100644 --- a/plugins/ktcore/KTAdminPlugins.php +++ b/plugins/ktcore/KTAdminPlugins.php @@ -10,7 +10,6 @@ $oPlugin->registerAdminCategory("principals", _("Users and Groups"), _("Control $oPlugin->registerAdminCategory("security", _("Security Management"), _("Assign permissions to users and groups, and specify which permissions are required to interact with various parts of the Document Management System.")); $oPlugin->registerAdminCategory("storage", _("Document Storage"), _("Manage how and where the actual documents will be stored, work with document archives and deal with other document related problems.")); $oPlugin->registerAdminCategory("documents", _("Document Type Configuration"), _("Configure the information that needs to be collected about different kinds of documents.")); -$oPlugin->registerAdminCategory("collections", _("Collections"), _("Specify how groups of documents are displayed in browse and search mode.")); $oPlugin->registerAdminCategory("misc", _("Miscellaneous"), _("Various settings which do not fit into the other categories, including help, etc.")); -- libgit2 0.21.4