karailiev
2008-11-21 95049e696e5e75a0eee83bdebe7f4f0eb873141a
interface/lib/classes/tform_actions.inc.php
@@ -168,7 +168,7 @@
      
      function onUpdateSave($sql) {
         global $app;
         if(!empty($sql)) {
         if(!empty($sql) && !$app->tform->isReadonlyTab($app->tform->getCurrentTab())) {
            $app->db->query($sql);
            if($app->db->errorMessage != '') die($app->db->errorMessage);
         }