You are here

function include_install in Include 6

Same name and namespace in other branches
  1. 8 include.install \include_install()
  2. 7 include.install \include_install()

Implements hook_install().

File

./include.install, line 18
Installs and uninstalls the Include module.

Code

function include_install() {
  include_update_6100();
}