From df062323b223ad238c1555b1d2cccd8d8448d923 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Thu, 29 Jan 2004 19:51:39 +0000 Subject: - Fixed bug #5479: Default comments per page setting broken. (walkah) --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 9c937dde0..09d8e3d43 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1691,7 +1691,7 @@ function _comment_get_orders() { } function _comment_per_page() { - return array(10, 30, 50, 70, 90); + return array(10 => 10, 30 => 30, 50 => 50, 70 => 70, 90 => 90); } ?> -- cgit v1.2.3