summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-09-29 08:04:51 +0000
committerDries Buytaert <dries@buytaert.net>2005-09-29 08:04:51 +0000
commit1d94bb4a874da85ca3316a8815785a06c9ba4c95 (patch)
tree0a79735aeb5906c5a6c45c06a1387b3fbaea3a22 /modules/comment
parentcec8db72dd88f7d11758ee79e6bf29eaa8e8a64c (diff)
downloadbrdo-1d94bb4a874da85ca3316a8815785a06c9ba4c95.tar.gz
brdo-1d94bb4a874da85ca3316a8815785a06c9ba4c95.tar.bz2
- Add some extra options.
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
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));
}
/**