You are here

function uc_product_update_last_removed in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 uc_product/uc_product.install \uc_product_update_last_removed()

Implements hook_update_last_removed().

File

uc_product/uc_product.install, line 252
Install, update and uninstall functions for the uc_product module.

Code

function uc_product_update_last_removed() {
  return 6009;
}