You are here

function manualcrop_update_7101 in Manual Crop 7

Add a module weight so hooks are ran after the Insert module.

File

./manualcrop.install, line 186
Install, update and uninstall functions for the Manual Crop module.

Code

function manualcrop_update_7101(&$sandbox) {
  db_query("UPDATE {system} SET weight = 20 WHERE name = 'manualcrop'");
}