From d7b07976bbde2d4b556bc255316a7569accb38ae Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 19 Nov 2009 22:50:42 +0000 Subject: #281536 by casey: Fixed typo in node_access_records() documentation. --- modules/node/node.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') 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. -- cgit v1.2.3