You are here

public function FrxBlockEditor::cancel in Forena Reports 7.4

Cancel the editing event.

File

./FrxBlockEditor.inc, line 92

Class

FrxBlockEditor

Code

public function cancel() {
  unset($_SESSION['forena_query_editor'][$this->block_name]);
  drupal_get_messages('warning');
  $this->modified = FALSE;
}