You are here

function features_install in Features 6

Same name and namespace in other branches
  1. 7.2 features.install \features_install()
  2. 7 features.install \features_install()

Implementaton of hook_install().

File

./features.install, line 6

Code

function features_install() {
  _features_install_menu();
  db_query("UPDATE {system} SET weight = 20 WHERE name = 'features' AND type = 'module'");
}