You are here

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;
}