You are here

function include_install in Include 8

Same name and namespace in other branches
  1. 6 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_7100();
}