function menu_firstchild_install in Menu Firstchild 7
Same name and namespace in other branches
- 6 menu_firstchild.install \menu_firstchild_install()
 
Implementation of hook_install().
File
- ./
menu_firstchild.install, line 11  - Installation file for the menu_firstchild module.
 
Code
function menu_firstchild_install() {
  db_add_index('menu_links', 'plid', array(
    'plid',
  ));
}