Index: branches/5.2.x/units/gateways/gateways_config.php =================================================================== diff -u -N -r13845 -r14089 --- branches/5.2.x/units/gateways/gateways_config.php (.../gateways_config.php) (revision 13845) +++ branches/5.2.x/units/gateways/gateways_config.php (.../gateways_config.php) (revision 14089) @@ -1,6 +1,6 @@ Array ( 'GWConfigFieldId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0, ), - 'SystemFieldName' => Array('type' => 'string', 'not_null' => 1, 'default' => 0, ), - 'FieldName' => Array('type' => 'string', 'required' => true, 'max_len' => 100, 'not_null' => 1, 'default' => 0, ), - 'ElementType' => Array('type' => 'string', 'not_null' => 1, 'default' => 0, ), + 'SystemFieldName' => Array('type' => 'string', 'not_null' => 1, 'default' => '', ), + 'FieldName' => Array('type' => 'string', 'required' => true, 'max_len' => 100, 'not_null' => 1, 'default' => '', ), + 'ElementType' => Array('type' => 'string', 'not_null' => 1, 'default' => 'text', ), 'ValueList' => Array('type' => 'string', 'default' => NULL), 'GatewayId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0, ), ), 'VirtualFields' => Array ( - 'Value' => Array(), + 'Value' => Array('type' => 'string', 'default' => ''), ), 'Grids' => Array(