Ejemplo n.º 1
0
 function display()
 {
     global $current_language;
     $this->ev->process();
     $this->ss->assign('CURRENT_LANG', substr($current_language, 0, 2));
     $json = getJSONobj();
     $this->ss->assign('field_name_exceptions', $json->encode(Reports_Utils::getNameException()));
     echo $this->ev->display();
 }