tbrehm
2009-03-06 62ff29cc4bfb38512a98e06e12bd36eb24cf7df6
interface/lib/classes/tform_actions.inc.php
@@ -80,9 +80,11 @@
                // Calling the action functions
                if($this->id > 0) {
                        $this->onUpdate();
               $app->tform->action == 'EDIT';
               $this->onUpdate();
                } else {
                        $this->onInsert();
               $app->tform->action == 'NEW';
               $this->onInsert();
                }
        }