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

Contents of /contributions/modules/ubercart/uc_repeater/uc_repeater.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:04 2008 UTC (16 months, 2 weeks ago) by islandusurper
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
Begin the Ubercart 6.x-2.x branch.
1 <?php
2
3 function uc_repeater_uninstall() {
4 variable_del('uc_repeater_slaves');
5 variable_del('uc_repeater_masters');
6 }

  ViewVC Help
Powered by ViewVC 1.1.2