tbrehm
2012-05-21 7d9225b2cfa096605d5c338b68384815c86ff2e8
Improved tform.inc.php
1 files modified
4 ■■■■ changed files
interface/lib/classes/tform.inc.php 4 ●●●● patch | view | raw | blame | history
interface/lib/classes/tform.inc.php
@@ -896,7 +896,7 @@
                $this->action = $action;
                $this->primary_id = $primary_id;
                $record = $this->encode($record,$tab);
                $record = $this->encode($record,$tab,true);
                $sql_insert_key = '';
                $sql_insert_val = '';
                $sql_update = '';
@@ -1019,7 +1019,7 @@
                    //* return a empty string if there is nothing to update
                    if(trim($sql_update) == '') $sql = '';
                }
                return $sql;
        }