summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-12-31 12:04:36 +0000
committerDries Buytaert <dries@buytaert.net>2008-12-31 12:04:36 +0000
commit4e9116ca34dd97169bca039c006ebead3cd23871 (patch)
treeafc2d620c76548ef3f2b07528edc50218a6a6c04 /modules/comment/comment.module
parent5ba50b3fe83b1724b6cec12ded62663167a08e14 (diff)
downloadbrdo-4e9116ca34dd97169bca039c006ebead3cd23871.tar.gz
brdo-4e9116ca34dd97169bca039c006ebead3cd23871.tar.bz2
- Rollback of #352337.
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 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.