You are here

uc_repeater.install in Ubercart 5

File

uc_repeater/uc_repeater.install
View source
<?php

function uc_repeater_uninstall() {
  variable_del('uc_repeater_slaves');
  variable_del('uc_repeater_masters');
}

Functions