function uc_catalog_update_last_removed in Ubercart 7.3
Same name and namespace in other branches
- 6.2 uc_catalog/uc_catalog.install \uc_catalog_update_last_removed()
Implements hook_update_last_removed().
File
- uc_catalog/
uc_catalog.install, line 56 - Install, update and uninstall functions for the uc_catalog module.
Code
function uc_catalog_update_last_removed() {
return 8;
}