function legal_update_last_removed in Legal 8
Same name and namespace in other branches
- 7.2 legal.install \legal_update_last_removed()
- 7 legal.install \legal_update_last_removed()
- 2.0.x 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;
}