You are here

function forena_report_general_menu_ajax in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 forena.report.inc \forena_report_general_menu_ajax()
  2. 7.4 forena.report.inc \forena_report_general_menu_ajax()
1 string reference to 'forena_report_general_menu_ajax'
forena_report_general_form in ./forena.report.inc

File

./forena.report.inc, line 448

Code

function forena_report_general_menu_ajax($form) {
  drupal_get_messages('warning');
  return $form['menu'];
}