patch #2715142 [export] (rfe 2416960, escape new line in CSV export)

This commit is contained in:
Marc Delisle
2009-03-30 23:08:54 +00:00
parent 05c0c24b32
commit a9c77afa54
58 changed files with 105 additions and 42 deletions

View File

@@ -20,6 +20,7 @@ if (isset($plugin_list)) {
'mime_type' => 'text/comma-separated-values',
'options' => array(
array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'),
array('type' => 'bool', 'name' => 'escapeCRLF', 'text' => 'strEscapeCRLF'),
array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'),
array(
'type' => 'select',