redray
2008-11-19 7d78160cfc5041e43a330708c264b0de32f08098
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);
         }