You are here

function forena_query_save_block in Forena Reports 7.5

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

File

./forena_query.inc, line 250

Code

function forena_query_save_block($form, &$form_state) {
  $form_state['rebuild'] = FALSE;
  Frx::BlockEditor()
    ->save();
}