/[drupal]/contributions/sandbox/fgm/directory/directory.install
ViewVC logotype

Contents of /contributions/sandbox/fgm/directory/directory.install

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Feb 9 07:43:05 2009 UTC (9 months, 2 weeks ago) by fgm
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial commit of the code built at FOSDEM and finished in the Thalys on the way back.
1 <?php
2 // $Id$
3 /**
4 * @file
5 * The uninstaller for a mini demo directory module.
6 * For an actual directory module:
7 * @link http://drupal.org/project/directory @endlink
8 *
9 * @copyright (c) 2009 Ouest Systèmes Informatiques (OSInet)
10 * @author Frédéric G. MARAND
11 * @license General Public License version 2 and later
12 */
13
14 /**
15 * Implement hook_uninstall().
16 *
17 * @return void
18 */
19 function directory_uninstall()
20 {
21 variable_del('directory-vid');
22 variable_del('directory-types');
23 }

  ViewVC Help
Powered by ViewVC 1.1.2