interface/lib/classes/tform_actions.inc.php
@@ -114,8 +114,8 @@ foreach($this->plugins as $plugin) { $plugin->onInsert(); } $this->onAfterUpdate(); $this->onAfterUpdate(); // Write data history (sys_datalog) if($app->tform->formDef['db_history'] == 'yes') { @@ -263,7 +263,7 @@ function onError() { global $app, $conf; $app->tpl->setVar("error","<b>".$app->lng('Error').":</b><br>".$app->tform->errorMessage); $app->tpl->setVar("error","<b>".$app->lng('Error').":</b><br />".$app->tform->errorMessage); $app->tpl->setVar($this->dataRecord); $this->onShow(); }