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

Contents of /contributions/modules/secondlife/secondlife.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Dec 16 03:25:20 2008 UTC (11 months, 1 week ago) by kbahey
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
#347549 by ssm2017 Binder and kbahey, an uninstall function to remove the variables.
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function secondlife_uninstall() {
8 db_query("DELETE FROM {variable} WHERE name LIKE 'secondlife%%'");
9 }
10

  ViewVC Help
Powered by ViewVC 1.1.2