You are here

function commerce_file_install in Commerce File 7

Same name and namespace in other branches
  1. 7.2 commerce_file.install \commerce_file_install()

Implements hook_install().

File

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

Code

function commerce_file_install() {

  // Make module weight heavier than field module
  db_query("UPDATE {system} SET weight = 5 WHERE name = 'commerce_file'");
}