You are here

function uc_stock_update_6001 in Ubercart 6.2

File

uc_stock/uc_stock.install, line 92
Install, update and uninstall functions for the uc_stock module.

Code

function uc_stock_update_6001() {
  $ret = array();
  variable_del('uc_stock_threshold_notification_format');
  return $ret;
}