From b8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 Feb 2008 19:38:28 +0000 Subject: - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 4efb8c291..2a757cfec 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -32,7 +32,7 @@ function blog_perm() { function blog_access($op, $node, $account) { switch ($op) { case 'create': - // Anonymous users cannot post even if they have the permission. + // Anonymous users cannot post even if they have the permission. return user_access('create blog entries', $account) && $account->uid; case 'update': return user_access('edit any blog entry', $account) || (user_access('edit own blog entries', $account) && ($node->uid == $account->uid)); -- cgit v1.2.3