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