diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-12 14:35:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-12 14:35:36 +0000 |
commit | 21258d5cf002dad2be51704489556ea41e8e4ad6 (patch) | |
tree | 5d30e7e878ab70d6af6058b386478e9f7144a99c /modules/comment | |
parent | cd6f6e279f82f4a4f3f0609b159da2326fcd94ef (diff) | |
download | brdo-21258d5cf002dad2be51704489556ea41e8e4ad6.tar.gz brdo-21258d5cf002dad2be51704489556ea41e8e4ad6.tar.bz2 |
- Rollback.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index c524a2725..ee0f0764f 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -524,7 +524,6 @@ function comment_new_page_count($num_comments, $new_replies, $node) { ->condition('nid', $node->nid) ->condition('status', COMMENT_PUBLISHED) ->orderBy('changed', 'DESC') - ->orderBy('cid', 'DESC') ->range(0, $new_replies); // 2. Find the first thread. |