diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-09-29 08:04:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-09-29 08:04:51 +0000 |
commit | 1d94bb4a874da85ca3316a8815785a06c9ba4c95 (patch) | |
tree | 0a79735aeb5906c5a6c45c06a1387b3fbaea3a22 | |
parent | cec8db72dd88f7d11758ee79e6bf29eaa8e8a64c (diff) | |
download | brdo-1d94bb4a874da85ca3316a8815785a06c9ba4c95.tar.gz brdo-1d94bb4a874da85ca3316a8815785a06c9ba4c95.tar.bz2 |
- Add some extra options.
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 854a9bf59..01f732a62 100644 --- a/modules/comment.module +++ b/modules/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)); } /** 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)); } /** |