function legal_update_last_removed in Legal 2.0.x
Same name and namespace in other branches
- 8 legal.install \legal_update_last_removed()
- 7.2 legal.install \legal_update_last_removed()
- 7 legal.install \legal_update_last_removed()
Implements hook_update_last_removed().
File
- ./
legal.install, line 25 - Installation and update functions for the Legal module.
Code
function legal_update_last_removed() {
return 7103;
}