From 871713086582aaa8e2959b457bedac19ac6326fd Mon Sep 17 00:00:00 2001 From: stephan Date: Wed, 27 May 2026 11:09:49 -0400 Subject: [PATCH] MSIN-4378 --- superadm/php/inc_fx_excell.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superadm/php/inc_fx_excell.php b/superadm/php/inc_fx_excell.php index 9e3ada4..92de0f5 100644 --- a/superadm/php/inc_fx_excell.php +++ b/superadm/php/inc_fx_excell.php @@ -600,9 +600,9 @@ function fxrapportexcell_array($headers,$data,$memexcfichier,$memexctitre) { } function fxupload_excel_fnq($mem_fichier) { /** Include PHPExcel */ - ini_set('display_errors', 1); - ini_set('display_startup_errors', 1); - error_reporting(E_ALL); + //ini_set('display_errors', 1); + //ini_set('display_startup_errors', 1); + //error_reporting(E_ALL); require_once dirname(__FILE__) . '/Classes/PHPExcel.php'; $objReader = new PHPExcel_Reader_Excel2007(); $objReader->setReadDataOnly(false);