From 410a814fcbc2db9570107a24b5ae4455ee85d0d6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 25 Sep 2010 18:01:28 +0000 Subject: [PATCH] - Patch #922412 by moshe weitzman: remove node_access_example_disabling() from docs. --- modules/node/node.api.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/node/node.api.php b/modules/node/node.api.php index b4c18118c54..55c64dbbdfd 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -190,10 +190,6 @@ function hook_node_grants($account, $op) { * @ingroup node_access */ function hook_node_access_records($node) { - if (node_access_example_disabling()) { - return; - } - // We only care about the node if it has been marked private. If not, it is // treated just like any other node and we completely ignore it. if ($node->private) {