function name_update_last_removed in Name Field 8
Implements hook_update_last_removed().
File
- ./
name.install, line 13 - Standard installation functions for name.
Code
function name_update_last_removed() {
return 7002;
}
Implements hook_update_last_removed().
function name_update_last_removed() {
return 7002;
}