MSIN-4378

This commit is contained in:
2026-05-27 10:56:35 -04:00
parent 8001389e39
commit d016eacb57

View File

@ -621,7 +621,7 @@ function fxupload_excel_fnq($mem_fichier) {
$counter = 0;
//echo('test');
foreach ($mem_rows as $r) {
echosl($counter);
if ($counter != 0) {
// $sqlInsert = "INSERT INTO inscriptions_tq set tq_nom='" . $GLOBALS['db']->fxEscape(htmlentities(trim( trim($r[0])), ENT_QUOTES, 'UTF-8')) . "',tq_prenom='" . $GLOBALS['db']->fxEscape(htmlentities(trim($r[1]), ENT_QUOTES, 'UTF-8')) . "',tq_no='" . $r[2] . "',tq_adhesion='" . $r[3] . "',tq_naissance='" . $r[4] . "',tq_echeance='" . $r[5] . "',tq_sexe='" . $r[6] . "',tq_timeupdate=now()";
print_rsl($r);