/[drupal]/contributions/modules/devel/devel_node_access.install
ViewVC logotype

Contents of /contributions/modules/devel/devel_node_access.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download) (as text)
Wed Oct 14 01:28:19 2009 UTC (6 weeks ago) by salvis
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +7 -1 lines
File MIME type: text/x-php
Port to D7 #529772 as well as all other updates that went into the D6 version in the meantime; adapt to core API changes.
1 <?php
2 // $Id: devel_node_access.install,v 1.4 2008/10/07 03:29:59 salvis Exp $
3
4 function devel_node_access_install() {
5 }
6
7 function devel_node_access_uninstall() {
8 variable_del('devel_node_access_debug_mode');
9
10 if (!module_exists('devel')) {
11 // Delete the development menu.
12 $devel_menu = menu_load('devel');
13 menu_delete($devel_menu);
14 }
15 }

  ViewVC Help
Powered by ViewVC 1.1.2