You are here

function legal_update_last_removed in Legal 7.2

Same name and namespace in other branches
  1. 8 legal.install \legal_update_last_removed()
  2. 7 legal.install \legal_update_last_removed()
  3. 2.0.x legal.install \legal_update_last_removed()

Implements hook_update_last_removed().

File

./legal.install, line 64
Installation and update functions for the Legal module.

Code

function legal_update_last_removed() {
  return 6003;
}