From be3f89b06bf15791969d046f73b78145856856d6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Jan 2002 22:17:54 +0000 Subject: - Fixed a typo: comments_all() -> comment_all() --- 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 dc58b5a57..7b3f49a40 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") && comments_all($node->nid)) { + if (user_access("administer comments") && comment_all($node->nid)) { /* ** Edit comments: -- cgit v1.2.3