summaryrefslogtreecommitdiff
path: root/modules/archive/archive.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/archive/archive.module')
-rw-r--r--modules/archive/archive.module12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module
index 594e5f7b7..f915e1884 100644
--- a/modules/archive/archive.module
+++ b/modules/archive/archive.module
@@ -194,18 +194,6 @@ function archive_link($type) {
}
}
- if ($type == "system") {
- if (user_access("access content")) {
- menu("archive", t("archives"), "archive_page", 0, 1);
- }
- }
-
- if ($type == "system") {
- if (user_access("access content")) {
- menu("archive", t("archives"), "archive_page", 0, 1);
- }
- }
-
return $links;
}