Renamed misleading label escapeCRLF to removeCRLF

This commit is contained in:
Herman van Rink
2009-05-25 08:11:32 +00:00
parent 3cd7523b4c
commit c4e22ba8a7
57 changed files with 59 additions and 59 deletions

View File

@@ -20,7 +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' => 'removeCRLF', 'text' => 'strRemoveCRLF'),
array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'),
array(
'type' => 'select',