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

Contents of /contributions/modules/simplenews_register/simplenews_register.install

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


Revision 1.1 - (show annotations) (download) (as text)
Thu May 22 17:20:44 2008 UTC (18 months ago) by moonray
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
Initial commit for simplenews_register.
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function simplenews_uninstall() {
8 db_query("DELETE FROM {variable} WHERE name LIKE 'simplenews_register_%%'");
9 }

  ViewVC Help
Powered by ViewVC 1.1.2