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

Contents of /contributions/modules/latest_members/latest_members.install

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


Revision 1.1 - (show annotations) (download) (as text)
Wed May 14 10:08:54 2008 UTC (18 months, 2 weeks ago) by toemaz
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
File MIME type: text/x-php
Initial Release for Drupal 5.x
1 <?php
2 /**
3 * Implementation of hook_uninstall().
4 */
5 function latest_members_uninstall() {
6 db_query("DELETE FROM {variable} WHERE name LIKE 'latest_members_%'");
7 cache_clear_all('variables', 'cache');
8 }

  ViewVC Help
Powered by ViewVC 1.1.2