diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-12-31 12:04:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-12-31 12:04:36 +0000 |
commit | 4e9116ca34dd97169bca039c006ebead3cd23871 (patch) | |
tree | afc2d620c76548ef3f2b07528edc50218a6a6c04 | |
parent | 5ba50b3fe83b1724b6cec12ded62663167a08e14 (diff) | |
download | brdo-4e9116ca34dd97169bca039c006ebead3cd23871.tar.gz brdo-4e9116ca34dd97169bca039c006ebead3cd23871.tar.bz2 |
- Rollback of #352337.
-rw-r--r-- | modules/comment/comment.module | 2 |
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. |