function features_install in Features 6
Same name and namespace in other branches
- 7.2 features.install \features_install()
- 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'");
}