summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-01-01 22:17:54 +0000
committerDries Buytaert <dries@buytaert.net>2002-01-01 22:17:54 +0000
commitbe3f89b06bf15791969d046f73b78145856856d6 (patch)
tree535cd2f90ac94c2599b04baae95b7b2740ad1c72 /modules/comment/comment.module
parent71da8e0a8cee51da15b9a6c93ba1b64620218ba3 (diff)
downloadbrdo-be3f89b06bf15791969d046f73b78145856856d6.tar.gz
brdo-be3f89b06bf15791969d046f73b78145856856d6.tar.bz2
- Fixed a typo: comments_all() -> comment_all()
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 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: