From ec04325bb29f431f05d59a7cb8e4429b86267b65 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 6 Apr 2006 04:18:30 +0000 Subject: - Make forum_hot_topic scale a bit more logical --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 267d3e120..cc607d18c 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -177,7 +177,7 @@ function forum_taxonomy($op, $type, $term = NULL) { function forum_admin_configure() { $form = array(); - $number = drupal_map_assoc(array(5, 10, 15, 20, 25, 30, 35, 40, 50, 60, 80, 100, 10000)); + $number = drupal_map_assoc(array(5, 10, 15, 20, 25, 30, 35, 40, 50, 60, 80, 100, 150, 200, 250, 300, 350, 400, 500)); $form['forum_hot_topic'] = array('#type' => 'select', '#title' => t('Hot topic threshold'), '#default_value' => variable_get('forum_hot_topic', 15), -- cgit v1.2.3