You are here

function menu_attributes_install in Menu Attributes 6

Same name and namespace in other branches
  1. 8 menu_attributes.install \menu_attributes_install()
  2. 6.2 menu_attributes.install \menu_attributes_install()
  3. 7 menu_attributes.install \menu_attributes_install()

Implements hook_install().

File

./menu_attributes.install, line 11
Install, update and uninstall functions for the menu_attributes module.

Code

function menu_attributes_install() {
  db_query("UPDATE {system} SET weight = 10 WHERE type = 'module' AND name = 'menu_attributes'");
}