You are here

function prod_check_install in Production check & Production monitor 7

Same name and namespace in other branches
  1. 6 prod_check.install \prod_check_install()

Implementation of hook_install().

File

./prod_check.install, line 6

Code

function prod_check_install() {

  // Allow immediate fetching of module data by prod_mon after installation
  // for remote the module status update checking feature.
  variable_set('prod_check_module_list_lastrun', -1);
}