Cleaned-up code - removed syslog entry added for debug
This commit is contained in:
parent
b81a1a9a1d
commit
a3fbe94f7c
@ -177,7 +177,6 @@ class ExportCsv extends ModeleExports
|
|||||||
*/
|
*/
|
||||||
function write_header($outputlangs)
|
function write_header($outputlangs)
|
||||||
{
|
{
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -197,7 +196,6 @@ class ExportCsv extends ModeleExports
|
|||||||
*/
|
*/
|
||||||
function write_title($array_export_fields_label,$array_selected_sorted,$outputlangs,$array_types)
|
function write_title($array_export_fields_label,$array_selected_sorted,$outputlangs,$array_types)
|
||||||
{
|
{
|
||||||
|
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
if (! empty($conf->global->EXPORT_CSV_FORCE_CHARSET))
|
if (! empty($conf->global->EXPORT_CSV_FORCE_CHARSET))
|
||||||
@ -314,7 +312,6 @@ class ExportCsv extends ModeleExports
|
|||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
$addquote=0;
|
$addquote=0;
|
||||||
dol_syslog("ExportCsv::csvClean ".$newvalue);
|
|
||||||
|
|
||||||
// Rule Dolibarr: No HTML
|
// Rule Dolibarr: No HTML
|
||||||
//print $charset.' '.$newvalue."\n";
|
//print $charset.' '.$newvalue."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user