You are here

function menu_per_role_install in Menu Per Role 6

Same name and namespace in other branches
  1. 5 menu_per_role.install \menu_per_role_install()

File

./menu_per_role.install, line 10
Initialize and clean up the Menu per role module.

Code

function menu_per_role_install() {
  drupal_install_schema('menu_per_role');
}