redray
2009-03-08 ada1e6979c92651c13e8538881d2d756c7b54e6d
interface/lib/classes/tform_actions.inc.php
@@ -265,7 +265,7 @@
        function onError() {
                global $app, $conf;
                $app->tpl->setVar("error","<b>".$app->lng('Error').":</b><br />".$app->tform->errorMessage);
                $app->tpl->setVar("error","<li>".$app->tform->errorMessage."</li>");
                $app->tpl->setVar($this->dataRecord);
                $this->onShow();
        }