/[drupal]/contributions/modules/SMSPlug/smsblaster.install
ViewVC logotype

Contents of /contributions/modules/SMSPlug/smsblaster.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Apr 28 12:48:15 2009 UTC (6 months, 4 weeks ago) by marcob
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--2-0, HEAD
File MIME type: text/x-php
Initial import
1 <?php
2 // $Id:$
3 /**
4 * @author Marco Bischoff
5 * @file
6 * Installation / uninstallation routines.
7 */
8
9 /**
10 * Implementation of hook_uninstall().
11 */
12 function smsplug_uninstall()
13 {
14 //deletes all references in the database
15 db_query(db_rewrite_sql("delete from variable where name like 'smsplug%'"));
16 }

  ViewVC Help
Powered by ViewVC 1.1.2