diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-01-07 19:50:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-01-07 19:50:28 +0000 |
commit | 86d35db26329e19007447ff765fa049e4a16ccd9 (patch) | |
tree | 1031688f96bf9a12af31983b49caf9804d5696a0 /modules/archive | |
parent | cb93c61714f5f482953c37a740eef1ba5ff8c4a2 (diff) | |
download | brdo-86d35db26329e19007447ff765fa049e4a16ccd9.tar.gz brdo-86d35db26329e19007447ff765fa049e4a16ccd9.tar.bz2 |
- 2005 -> 2010.
Diffstat (limited to 'modules/archive')
-rw-r--r-- | modules/archive/archive.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 4c3597177..6bcf8abf7 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -240,7 +240,7 @@ function archive_page($year = 0, $month = 0, $day = 0) { $date_end = mktime(0, 0, 0, $month, $day + 1, $year) - $user->timezone; // Prepare the values of the form fields. - $years = drupal_map_assoc(range(2000, 2005)); + $years = drupal_map_assoc(range(2000, 2010)); $months = array(1 => t('January'), 2 => t('February'), 3 => t('March'), 4 => t('April'), 5 => t('May'), 6 => t('June'), 7 => t('July'), 8 => t('August'), 9 => t('September'), 10 => t('October'), 11 => t('November'), 12 => t('December')); $days = drupal_map_assoc(range(0, 31)); |