Marius Cramer
2015-01-13 d76e2d6ef63cd2b3b7cdef5ef5052adc4fc32f77
interface/lib/classes/tform_actions.inc.php
@@ -112,9 +112,7 @@
      $sql = $app->tform->getSQL($this->dataRecord, $app->tform->getCurrentTab(), 'UPDATE', $this->id, $ext_where);
      if($app->tform->errorMessage == '') {
         if($app->tform->formDef['db_history'] == 'yes') {
            $this->oldDataRecord = $app->tform->getDataRecord($this->id);
         }
         $this->oldDataRecord = $app->tform->getDataRecord($this->id);
         // Save record in database
         $this->onUpdateSave($sql);