summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-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 ae6e0a1e3..a206023a3 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1687,7 +1687,7 @@ function _comment_get_orders() {
}
function _comment_per_page() {
- return array(10 => 10, 30 => 30, 50 => 50, 70 => 70, 90 => 90);
+ return drupal_map_assoc(array(10, 30, 50, 70, 90));
}
?>