You are here

function uc_product_kit_update_last_removed in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_product_kit/uc_product_kit.install \uc_product_kit_update_last_removed()

Implements hook_update_last_removed().

File

uc_product_kit/uc_product_kit.install, line 133
Install, update and uninstall functions for the uc_product_kit module.

Code

function uc_product_kit_update_last_removed() {
  return 5;
}