コード例 #1
0
ファイル: eavvalues.php プロジェクト: joomlacorner/citruscart
 public function reset()
 {
     // Check the table activation status first
     if (!$this->active) {
         // Activate it with a default value
         $this->setType('');
     }
     return parent::reset();
 }