function Import()
 {
     parent::Import();
     $this->sig_type = SetSessionVar("sig_type");
     $_SESSION['sig_type'] =& $this->sig_type;
 }
 function Import()
 {
     parent::Import();
     $this->sig_type = Util::htmlentities(SetSessionVar("sig_type"));
     $_SESSION['sig_type'] =& $this->sig_type;
 }