diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-01-01 22:17:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-01-01 22:17:54 +0000 |
commit | be3f89b06bf15791969d046f73b78145856856d6 (patch) | |
tree | 535cd2f90ac94c2599b04baae95b7b2740ad1c72 /modules/comment/comment.module | |
parent | 71da8e0a8cee51da15b9a6c93ba1b64620218ba3 (diff) | |
download | brdo-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.module | 2 |
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: |