You are here

public function FrxEditor::cancel in Forena Reports 7.4

File

./FrxEditor.inc, line 76
FrxEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd

Class

FrxEditor
@file FrxEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd

Code

public function cancel() {
  unset($_SESSION['forena_report_editor'][$this->report_name]);
  drupal_get_messages('warning');
}