function link_update_last_removed in Link 7
Implements hook_update_last_removed().
File
- ./
link.install, line 73 - Install file for the link module.
Code
function link_update_last_removed() {
return 6001;
}
Implements hook_update_last_removed().
function link_update_last_removed() {
return 6001;
}