From 32f145032c99affba40b4763134a9325a152dee8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Jul 2010 11:14:18 +0000 Subject: [PATCH] Trad: Missing trad --- htdocs/includes/modules/import/import_csv.modules.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/includes/modules/import/import_csv.modules.php b/htdocs/includes/modules/import/import_csv.modules.php index fe45b2f90d6..1f14cc282af 100644 --- a/htdocs/includes/modules/import/import_csv.modules.php +++ b/htdocs/includes/modules/import/import_csv.modules.php @@ -68,7 +68,6 @@ class ImportCsv extends ModeleImports $this->id='csv'; // Same value then xxx in file name export_xxx.modules.php $this->label='Csv'; // Label of driver $this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape); - //$this->desc='Comma Separated Value file format (.csv).
This is a text file format where fields are separated by separator [ '.$this->separator.' ]. If separator is found inside a field content, field is rounded by round character [ '.$this->enclosure.' ]. Escape character to escape round character is [ '.$this->escape.' ].'; $this->extension='csv'; // Extension for generated file by this driver $this->picto='mime/other'; // Picto $ver=explode(' ','$Revision$');