| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: devel_node_access.install,v 1.1.4.4 2009/09/05 00:52:09 salvis Exp $ 3 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 11 function devel_node_access_install() { 12 } 13 14 function devel_node_access_uninstall() { 15 variable_del('devel_node_access_debug_mode'); 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |