/[drupal]/contributions/modules/views_ui_perm/views_ui_perm.install
ViewVC logotype

Contents of /contributions/modules/views_ui_perm/views_ui_perm.install

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


Revision 1.4 - (show annotations) (download) (as text)
Tue Sep 2 15:00:39 2008 UTC (14 months, 3 weeks ago) by swentel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +8 -0 lines
File MIME type: text/x-php
Code ran through coder
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * Install file
7 *
8 * @author Kristof De Jaeger - http://drupal.org/user/107403 - http://realize.be
9 * @version this is the drupal 5.x version
10 */
11
12 /**
13 * Implementation of hook_uninstall().
14 */
15 function views_ui_perm_uninstall() {
16 variable_del('views_ui_permissions');
17 }

  ViewVC Help
Powered by ViewVC 1.1.2