You are here

function uc_cart_update_7000 in Ubercart 7.3

Remove unused text format variables.

File

uc_cart/uc_cart.install, line 113
Install, update and uninstall functions for the uc_cart module.

Code

function uc_cart_update_7000() {
  variable_del('uc_checkout_instructions_format');
  variable_del('uc_checkout_review_instructions_format');
  variable_del('uc_msg_order_submit_format');
  variable_del('uc_msg_order_logged_in_format');
  variable_del('uc_msg_order_existing_user_format');
  variable_del('uc_msg_order_new_user_format');
  variable_del('uc_msg_continue_shopping_format');
}