From ccf1af94fa7cea3608916541e964680489b9a56c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 24 Jul 2008 16:25:19 +0000 Subject: - Patch #245329 by christefano and dmitrig01: code comment love. --- modules/node/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 939196c4b..145fbe1cd 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -91,7 +91,7 @@ function node_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function node_theme() { return array( @@ -2222,7 +2222,7 @@ function node_access_view_all_nodes() { } /** - * Implementation of hook_db_rewrite_sql + * Implementation of hook_db_rewrite_sql(). */ function node_db_rewrite_sql($query, $primary_table, $primary_field) { if ($primary_field == 'nid' && !node_access_view_all_nodes()) { -- cgit v1.2.3