You are here

function linked_field_update_7006 in Linked Field 7

Update module weight to run at last.

File

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

Code

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