- Patch #922412 by moshe weitzman: remove node_access_example_disabling() from docs.

merge-requests/26/head
Dries Buytaert 2010-09-25 18:01:28 +00:00
parent fadf5dad8b
commit 410a814fcb
1 changed files with 0 additions and 4 deletions

View File

@ -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) {