summaryrefslogtreecommitdiff
path: root/modules/archive
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-10-23 16:15:29 +0000
committerDries Buytaert <dries@buytaert.net>2004-10-23 16:15:29 +0000
commit89db09746fbcebeb3f5a886792d1287fb9d75818 (patch)
treedf847b90cabc990cedca5ff8e60d7755ccdd9093 /modules/archive
parent1400f75737374b1e19bf22fb7f0745188edbf26f (diff)
downloadbrdo-89db09746fbcebeb3f5a886792d1287fb9d75818.tar.gz
brdo-89db09746fbcebeb3f5a886792d1287fb9d75818.tar.bz2
- Patch #11935 by Neil Drumm: removed left-over documentation from archive module.
Diffstat (limited to 'modules/archive')
-rw-r--r--modules/archive/archive.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module
index e67aff151..bcbd0f0c3 100644
--- a/modules/archive/archive.module
+++ b/modules/archive/archive.module
@@ -13,8 +13,6 @@ function archive_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Displays a calendar to navigate old content.');
- case 'admin/settings/archive':
- return t('Choose the starting "day of the week" for the displayed calendar block.');
}
}