diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-07-24 16:25:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-07-24 16:25:19 +0000 |
commit | ccf1af94fa7cea3608916541e964680489b9a56c (patch) | |
tree | aea54f5993a56d34bdd63b8b9fd2039d215620ab /modules/node/node.module | |
parent | 34626ed280a8042c81c6f1327a7622486a701c44 (diff) | |
download | brdo-ccf1af94fa7cea3608916541e964680489b9a56c.tar.gz brdo-ccf1af94fa7cea3608916541e964680489b9a56c.tar.bz2 |
- Patch #245329 by christefano and dmitrig01: code comment love.
Diffstat (limited to 'modules/node/node.module')
-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()) { |