You are here

function linked_field_update_7001 in Linked Field 7

Update module weight to run at last.

File

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

Code

function linked_field_update_7001(&$sandbox) {
  linked_field_enable();
}