diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-19 22:50:42 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-19 22:50:42 +0000 |
commit | d7b07976bbde2d4b556bc255316a7569accb38ae (patch) | |
tree | 55858a8ccf63cce29ee5b074348019f45eb3b29e | |
parent | 89580271f26bc78c801bc81f4dc8d6d785df2aa0 (diff) | |
download | brdo-d7b07976bbde2d4b556bc255316a7569accb38ae.tar.gz brdo-d7b07976bbde2d4b556bc255316a7569accb38ae.tar.bz2 |
#281536 by casey: Fixed typo in node_access_records() documentation.
-rw-r--r-- | modules/node/node.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.api.php b/modules/node/node.api.php index 4c0315f09..cfbc93334 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -63,7 +63,7 @@ function hook_node_grants($account, $op) { * - 'gid': A 'grant ID' from hook_node_grants(). * - 'grant_view': If set to TRUE a user that has been identified as a member * of this gid within this realm can view this node. - * - 'grant_edit': If set to TRUE a user that has been identified as a member + * - 'grant_update': If set to TRUE a user that has been identified as a member * of this gid within this realm can edit this node. * - 'grant_delete': If set to TRUE a user that has been identified as a member * of this gid within this realm can delete this node. |