Florian Schaal
2014-11-06 208a069f90fe68ecf2242b8ef177b1a5a0095f00
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);