You are here

function uc_stock_update_7001 in Ubercart 7.3

Remove unused message format variable.

File

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

Code

function uc_stock_update_7001() {
  variable_del('uc_stock_threshold_notification_message_format');
}