You are here

function entityreference_autofill_update_7000 in Entity reference autofill 7

Update module weight to give prepopulate priority.

File

./entityreference_autofill.install, line 49
Install and update functions for the Entity reference autofill module.

Code

function entityreference_autofill_update_7000() {
  entityreference_autofill_set_module_weight();
}