Index: branches/5.1.x/units/gateways/gateways_config.php =================================================================== diff -u -N -r13959 -r14158 --- branches/5.1.x/units/gateways/gateways_config.php (.../gateways_config.php) (revision 13959) +++ branches/5.1.x/units/gateways/gateways_config.php (.../gateways_config.php) (revision 14158) @@ -1,6 +1,6 @@ 'GWConfigFieldId', 'TableName' => TABLE_PREFIX.'GatewayConfigFields', - 'ListSQLs' => Array (''=>'SELECT * FROM %s', - ), // key - special, value - list select sql - 'ItemSQLs' => Array( ''=>'SELECT * FROM %s', - ), + 'ListSQLs' => Array ( + '' => 'SELECT * FROM %s', + ), // key - special, value - list select sql + + 'ItemSQLs' => Array ( + ''=>'SELECT * FROM %s', + ), 'Fields' => Array ( 'GWConfigFieldId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0, ), @@ -65,21 +68,7 @@ 'GatewayId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0, ), ), - 'VirtualFields' => Array ( - 'Value' => Array('type' => 'string', 'default' => ''), - ), - - 'Grids' => Array( - 'Default' => Array( - 'Icons' => Array( - 'default' => 'icon16_item.png', - 'module' => 'core', - ), - 'Fields' => Array( - 'FieldName' => Array( 'title'=>'la_Fields' ), - 'Value' => Array( 'title'=>'la_Value' ), - ), - - ), - ), + 'VirtualFields' => Array ( + 'Value' => Array('type' => 'string', 'default' => ''), + ), ); \ No newline at end of file