Example #1
0
 public function new_history($old_value)
 {
     if (!$this->__records_id) {
         trigger_error("new_history may be called only for saved records", E_USER_ERROR);
     }
     return $this->__recordset->new_record_history($this->__records_id, $old_value);
 }