Create class module export csv

This commit is contained in:
FLIO 2023-01-17 18:26:19 +01:00
parent c5d3474e10
commit 28d0f492f4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ set_time_limit(0);
*/ */
class ExportCsvIso extends ExportCsv class ExportCsvIso extends ExportCsv
{ {
/** /**
* Constructor * Constructor
* *

View File

@ -31,7 +31,7 @@ set_time_limit(0);
*/ */
class ExportCsvUtf8 extends ExportCsv class ExportCsvUtf8 extends ExportCsv
{ {
/** /**
* Constructor * Constructor
* *