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

Contents of /contributions/modules/menu_trim/menu_trim.install

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Apr 6 16:14:31 2008 UTC (19 months, 3 weeks ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Changes since 1.1: +10 -10 lines
File MIME type: text/x-php
Fixed newlines.
1 <?php
2 // $Id: menu_trim.install,v 1.1 2007/01/13 00:59:05 davidlesieur Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function menu_trim_uninstall() {
8 db_query("DELETE FROM {variable} WHERE name LIKE 'menu_trim_%'");
9 cache_clear_all('variables', 'cache');
10 }

  ViewVC Help
Powered by ViewVC 1.1.2