Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/lib/classes/remoting_lib.inc.php
@@ -63,6 +63,8 @@
*        Hint: The auto increment (ID) filed of the table has not be be definied separately.
*
*/
global $app;
$app->load('tform_base');
class remoting_lib extends tform_base {
@@ -82,7 +84,7 @@
       function loadFormDef($file, $module = '') {
         global $app,$conf;
            
         include($file);
      include $file;
            
         $this->formDef = $form;
         unset($this->formDef['tabs']);
@@ -166,6 +168,7 @@
             return $this->_decode($record, '', true);
        }
        /**
        * Get the key => value array of a form filled from a datasource definitiom
        * dummy parameter is only there for compatibility with params of base class
@@ -174,10 +177,10 @@
        * @param record = Dataset as array
        * @return key => value array for the value field of a form
        */
        function getDatasourceData($field, $record, $dummy = '') {
         return $this->_getDatasourceData($field, $record, true);
        }
        /**
        /**
@@ -195,6 +198,7 @@
         return $new_record;
        }
        /**
        * Create SQL statement
        * dummy parameter is only there for compatibility with params of base class