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