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