/[drupal]/contributions/modules/ubercart/uc_notify/uc_notify.install
ViewVC logotype

Contents of /contributions/modules/ubercart/uc_notify/uc_notify.install

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


Revision 1.2 - (show annotations) (download) (as text)
Thu Jul 10 12:41:02 2008 UTC (16 months, 2 weeks ago) by islandusurper
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.1: +2 -2 lines
File MIME type: text/x-php
Begin the Ubercart 6.x-2.x branch.
1 <?php
2
3 function uc_notify_uninstall() {
4 db_query("DELETE FROM {variable} WHERE name LIKE 'uc_notify_%%'");
5 }

  ViewVC Help
Powered by ViewVC 1.1.2