You are here

function uc_order_update_6016 in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 uc_order/uc_order.install \uc_order_update_6016()

Remove unused setting.

File

uc_order/uc_order.install, line 719
Install, update and uninstall functions for the uc_order module.

Code

function uc_order_update_6016() {
  variable_del('uc_ubrowser_product_select');
}