From 4e9116ca34dd97169bca039c006ebead3cd23871 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 31 Dec 2008 12:04:36 +0000 Subject: - Rollback of #352337. --- 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 c7f4a7f1c..d6fa01848 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1061,7 +1061,7 @@ function comment_render($node, $cid = 0) { } } // Only attempt to render comments if the node has been commented upon. - elseif ($node->comment_count) { + else { //TODO Convert to dynamic queries once the pager query is updated to the new DBTNG API. -- cgit v1.2.3