From 9ece442d52145ca3b3c5bdde8656ba6ecb1dd108 Sat, 12 Nov 2011 15:38:37 +0100 From: Bram Goffings Date: Sat, 12 Nov 2011 15:38:25 +0100 Subject: [PATCH] Fixed node.api.php diff --git a/modules/node/node.api.php b/modules/node/node.api.php index 5c41e1f..7f8e228 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -571,7 +571,7 @@ * Blindly returning FALSE will break other node access modules. * * @param $node - * Either a node object or a (machine-readable) content type on which to + * Either a node object or the machine name of the content type on which to * perform the access check. * @param $op * The operation to be performed. Possible values: @@ -583,9 +583,9 @@ * The user object to perform the access check operation on. * * @return - * NODE_ACCESS_ALLOW if the operation is to be allowed; - * NODE_ACCESS_DENY if the operation is to be denied; - * NODE_ACCESS_IGNORE to not affect this operation at all. + * - NODE_ACCESS_ALLOW: if the operation is to be allowed. + * - NODE_ACCESS_DENY: if the operation is to be denied. + * - NODE_ACCESS_IGNORE: to not affect this operation at all. * * @ingroup node_access */