public function save_form()
 {
     global $selector_choice;
     $this->parameters = array();
     $this->parameters['selector'] = $selector_choice;
     return parent::save_form();
 }
 public function save_form()
 {
     $this->clean_tmp(true);
     return parent::save_form();
 }