You are here

function forena_query_preview_ajax in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 forena_query.inc \forena_query_preview_ajax()
  2. 7.4 forena_query.inc \forena_query_preview_ajax()
1 string reference to 'forena_query_preview_ajax'
forena_query_editor in forena_query/forena_query.inc
Basic SQL Editor form hook implementation

File

forena_query/forena_query.inc, line 179
forena.datablock.inc Data block building and testing forms.

Code

function forena_query_preview_ajax($form) {
  drupal_get_messages('warning');
  return $form['preview'];
}