MSIN-4378

This commit is contained in:
2026-05-27 11:09:01 -04:00
parent 97e554fc20
commit 044aca6026

View File

@ -631,7 +631,7 @@ function fxupload_excel_fnq($mem_fichier) {
$newDate = date("Y-m-d", strtotime($r[3]));
//echo("<br>");
$sqlInsert = "INSERT INTO inscriptions_fnq set tq_nom='" . $GLOBALS['db']->fxEscape(htmlentities($r[0])) . "',tq_prenom='" . $GLOBALS['db']->fxEscape(htmlentities($r[1]) ). "',tq_sexe='" . $r[2] . "', tq_no='" . $r[4] . "',tq_naissance='" . $newDate . "',tq_timeupdate=now()";
$sqlInsert = "INSERT INTO inscriptions_fnq set tq_nom='" . $GLOBALS['db']->fxEscape($r[0]) . "',tq_prenom='" . $GLOBALS['db']->fxEscape($r[1] ). "',tq_sexe='" . $r[2] . "', tq_no='" . $r[4] . "',tq_naissance='" . $newDate . "',tq_timeupdate=now()";
$qryInsert = $GLOBALS['db']->fxQuery($sqlInsert);
}