You are here

function uc_stock_update_last_removed in Ubercart 7.3

Implements hook_update_last_removed().

File

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

Code

function uc_stock_update_last_removed() {
  return 6000;
}