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