You are here

function contribute_install in Contribute 8

Same name and namespace in other branches
  1. 6 contribute.install \contribute_install()

Implements hook_uninstall().

File

./contribute.install, line 11
Install, update and uninstall functions for the Contribute module.

Code

function contribute_install() {

  // Load contribute module after the system module and any module that
  // may want to alter the status report.
  module_set_weight('contribute', 1);
}