diff --git a/modules/archive.module b/modules/archive.module
index 4c35971771d4477c1b61c54a4b617f2687d26ec9..6bcf8abf7f7589f0f57cd9ce4345d3edb71d4f23 100644
--- a/modules/archive.module
+++ b/modules/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));
 
diff --git a/modules/archive/archive.module b/modules/archive/archive.module
index 4c35971771d4477c1b61c54a4b617f2687d26ec9..6bcf8abf7f7589f0f57cd9ce4345d3edb71d4f23 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));