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

Contents of /contributions/modules/ulink/ulink.install

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Jul 13 16:08:36 2007 UTC (2 years, 4 months ago) by garthee
Branch: MAIN
CVS Tags: DRUPAL-5--5-0, DRUPAL-5--6-0, HEAD
Changes since 1.1: +9 -9 lines
File MIME type: text/x-php
bug fixed
1 <?php
2 /**
3 * Implementation of hook_uninstall().
4 */
5 function ulink_uninstall() {
6 db_query("DELETE FROM {variable} WHERE name LIKE 'ulink_%'");
7 cache_clear_all('variables', 'cache');
8 }
9

  ViewVC Help
Powered by ViewVC 1.1.2