| Commit | Line | Data |
|---|---|---|
| 39f2f0b4 | 1 | <?php |
| 2f9fa4a3 | 2 | // $Id$ |
| 39f2f0b4 | 3 | |
| 97c9e69a | 4 | /** |
| 5 | * @file | |
| 6 | * This module gives developers feedback as to what their | |
| 7 | * node_access table contains, and which nodes are protected or | |
| 8 | * visible to the public. | |
| 9 | */ | |
| 10 | ||
| 39f2f0b4 | 11 | function devel_node_access_install() { |
| 4e80e5a0 | 12 | } |
| 13 | ||
| 14 | function devel_node_access_uninstall() { | |
| 764a2960 | 15 | variable_del('devel_node_access_debug_mode'); |
| 4e80e5a0 | 16 | } |