From 52dfd806ccfcc165c78cdb1a0f01fedd8d6b391b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Jan 2002 22:20:41 +0000 Subject: [PATCH] - Fixed a typo. --- modules/comment.module | 2 +- modules/comment/comment.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment.module b/modules/comment.module index 7b3f49a40e7..ae9ea1d7c68 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -544,7 +544,7 @@ function comment_link($type, $node = 0, $main = 0) { function comment_node_link($node) { - if (user_access("administer comments") && comment_all($node->nid)) { + if (user_access("administer comments") && comment_num_all($node->nid)) { /* ** Edit comments: diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 7b3f49a40e7..ae9ea1d7c68 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -544,7 +544,7 @@ function comment_link($type, $node = 0, $main = 0) { function comment_node_link($node) { - if (user_access("administer comments") && comment_all($node->nid)) { + if (user_access("administer comments") && comment_num_all($node->nid)) { /* ** Edit comments: