You are here

function og_menu_install in Organic Groups Menu (OG Menu) 6

Same name and namespace in other branches
  1. 5 og_menu.install \og_menu_install()
  2. 6.2 og_menu.install \og_menu_install()

Implementation of hook_install().

File

./og_menu.install, line 27

Code

function og_menu_install() {
  drupal_install_schema('og_menu');
}