You are here

function commerce_file_update_7102 in Commerce File 7

Update module weight heavier than field modules

See also

http://drupal.org/node/1309140

File

./commerce_file.install, line 306
Install, update and uninstall functions this module.

Code

function commerce_file_update_7102(&$sandbox) {
  db_query("UPDATE {system} SET weight = 5 WHERE name = 'commerce_file'");
  return t('Commerce File\'s module weight has been updated.');
}