Rename files

This commit is contained in:
Laurent Destailleur 2023-04-18 17:03:24 +02:00
parent 6ab05df108
commit 54c70d3742
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
* \brief File of class to build exports with CSV format
*/
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/exports_csv.modules.php';
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/exportcsv.modules.php';
// avoid timeout for big export
set_time_limit(0);

View File

@ -21,7 +21,7 @@
* \brief File of class to build exports with CSV format
*/
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/exports_csv.modules.php';
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/exportcsv.modules.php';
// avoid timeout for big export
set_time_limit(0);

View File

@ -16,7 +16,7 @@
*/
/**
* \file htdocs/core/modules/export/export_csv.modules.php
* \file htdocs/core/modules/export/exportcsv.modules.php
* \ingroup export
* \brief File of class to build exports with CSV format
*/