You are here

function forena_add_report in Forena Reports 7

Same name and namespace in other branches
  1. 6.2 forena.module \forena_add_report()
  2. 6 forena.module \forena_add_report()

Add a new report from scratch in forena.admin.inc

1 string reference to 'forena_add_report'
forena_menu in ./forena.module
Implementation of hook_menu.

File

./forena.module, line 263

Code

function forena_add_report($new_report) {
  require_once 'forena.admin.inc';
  return drupal_get_form('forena_layout_form', TRUE);
}