You are here

function preview_link_update_last_removed in Preview Link 2.0.x

Same name and namespace in other branches
  1. 2.x preview_link.install \preview_link_update_last_removed()

Implements hook_update_last_removed().

File

./preview_link.install, line 20
Install file.

Code

function preview_link_update_last_removed() {
  return 8101;
}