You are here

function cf_db_options_install in Common Functionality 7.2

Implementation of hook_install().

File

modules/cf_db_options/cf_db_options.install, line 11
Install file for cf_db_options module.

Code

function cf_db_options_install() {
  db_query('UPDATE {system} SET weight = -8 WHERE name = \'cf_db_options\'');
}