You are here

uc_recurring_order.install in UC Recurring Payments and Subscriptions 7.2

Same filename and directory in other branches
  1. 6.2 modules/uc_recurring_order/uc_recurring_order.install

Install, update and uninstall functions for the uc_recurring_order module.

File

modules/uc_recurring_order/uc_recurring_order.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the uc_recurring_order module.
 *
 */

/**
 * Remove variables that are just holding strings, if you want to edit strings
 * then there are better ways then via variables.
 */
function uc_recurring_order_update_6000() {
  variable_del('uc_recurring_pane_description');
  variable_del('uc_recurring_pane_order_pane_title');
  variable_del('uc_recurring_pane_order_pane_empty');
}

Functions

Namesort descending Description
uc_recurring_order_update_6000 Remove variables that are just holding strings, if you want to edit strings then there are better ways then via variables.