You are here

function linked_field_update_last_removed in Linked Field 8

Implements hook_update_last_removed().

File

./linked_field.install, line 18
Contains install and update functions for Linked Field.

Code

function linked_field_update_last_removed() {
  return 8001;
}