Till Brehm
2015-09-18 c108c22cb139b55e3adb7e563ab640c4dc8d2305
interface/lib/classes/tform_actions.inc.php
@@ -111,9 +111,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);