Index: branches/5.3.x/units/articles/articles_config.php =================================================================== diff -u -N -r16333 -r16394 --- branches/5.3.x/units/articles/articles_config.php (.../articles_config.php) (revision 16333) +++ branches/5.3.x/units/articles/articles_config.php (.../articles_config.php) (revision 16394) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'default' => ''), // export related fields: begin - 'CategoryId' => Array ('type' => 'int', 'default' => 0), 'ExportFormat' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'CSV', /*2 => 'XML'*/), 'default' => 1), 'ExportFilename' => Array ('type' => 'string', 'default' => ''), 'FieldsSeparatedBy' => Array ('type' => 'string', 'default' => ', '),