function power_menu_install in Power Menu 6
Same name and namespace in other branches
- 7.2 power_menu.install \power_menu_install()
- 7 power_menu.install \power_menu_install()
Implementation of hook_install().
File
- ./
power_menu.install, line 20 - just containing the stuff for install and uninstall
Code
function power_menu_install() {
drupal_install_schema('power_menu');
}