mcramer
2013-09-18 cab7ea5faaa2f3510c8488e7d19d083fc05ac6ca
- Fixed missing global $app in new _decode function

1 files modified
1 ■■■■ changed files
interface/lib/classes/tform_base.inc.php 1 ●●●● patch | view | raw | blame | history
interface/lib/classes/tform_base.inc.php
@@ -166,6 +166,7 @@
        * @return record
        */
        protected function _decode($record, $tab = '', $api = false) {
            global $app;
                $new_record = '';
                if($api == false) {
                    $table_idx = $this->formDef['db_table_idx'];