You are here

function forena_install in Forena Reports 6.2

Same name and namespace in other branches
  1. 6 forena.install \forena_install()
  2. 7.3 forena.install \forena_install()
  3. 7.4 forena.install \forena_install()

Basic install and uninstall hooks.

File

./forena.install, line 139
Installation api for module

Code

function forena_install() {
  drupal_install_schema('forena');
}