You are here

function forena_install in Forena Reports 7.4

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

File

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

Code

function forena_install() {
  $filters = filter_formats();

  // Set default input format.
  $report_path = variable_get('file_' . file_default_scheme() . '_path', conf_path() . '/files/reports');
  @drupal_mkdir($report_path);
}