diff options
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 4 |
1 files changed, 2 insertions, 2 deletions
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()) { |