function forena_add_report in Forena Reports 6
Same name and namespace in other branches
- 6.2 forena.module \forena_add_report()
- 7 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 261
Code
function forena_add_report($new_report) {
require_once 'forena.admin.inc';
return drupal_get_form('forena_layout_form', $new_report);
}