You are here

function cf_install in Common Functionality 7.2

Implementation of hook_install().

File

./cf.install, line 11
Install file for common functionality module.

Code

function cf_install() {
  db_query('UPDATE {system} SET weight = -10 WHERE name = \'cf\'');
}