node_access_example_disable

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

developer/examples/node_access_example.install, строка 45

Версии
5
node_access_example_disable()

Implementation of hook_disable().

A node access module needs to force a rebuild of the node access table when it is disabled to ensure that its entries are removed from the table.

Код

<?php
function node_access_example_disable() {
  node_access_example_disabling(TRUE);
  node_access_rebuild();
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему