summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 24d0062fd..695db46d2 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -1,6 +1,11 @@
<?php
// $Id$
+function taxonomy_system($field){
+ $system["description"] = t("Enables the organization of content into categories and subcategories.");
+ return $system[$field];
+}
+
function taxonomy_feed() {
global $id, $or, $and, $type;