You are here

function include_install in Include 7

Same name and namespace in other branches
  1. 8 include.install \include_install()
  2. 6 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();
}