From 1d94bb4a874da85ca3316a8815785a06c9ba4c95 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 Sep 2005 08:04:51 +0000 Subject: - Add some extra options. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 854a9bf59..01f732a62 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1638,7 +1638,7 @@ function _comment_get_orders() { * can choose. */ function _comment_per_page() { - return drupal_map_assoc(array(10, 30, 50, 70, 90)); + return drupal_map_assoc(array(10, 30, 50, 70, 90, 150, 200, 250, 300)); } /** -- cgit v1.2.3