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

Contents of /contributions/modules/util/util.install

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


Revision 1.6 - (show annotations) (download) (as text)
Fri May 30 19:23:46 2008 UTC (17 months, 4 weeks ago) by litwol
Branch: MAIN
CVS Tags: DRUPAL-6--2-3, DRUPAL-6--2-2, HEAD
Changes since 1.5: +6 -2 lines
File MIME type: text/x-php
#264712 by [mustafau]: Doxygen clean-up
1 <?php
2 // $Id: util.install,v 1.5 2008/05/30 15:26:00 litwol Exp $
3
4 /**
5 * @file
6 */
7
8 /**
9 * Implementation of hook_uninstall().
10 */
11 function util_uninstall() {
12 db_query("DELETE FROM {variable} WHERE name LIKE '%s%%'", 'util_');
13 cache_clear_all('variables', 'cache');
14 }

  ViewVC Help
Powered by ViewVC 1.1.2