diff --git a/superadm/php/inc_fx_excell.php b/superadm/php/inc_fx_excell.php index 9600048..700b8a5 100644 --- a/superadm/php/inc_fx_excell.php +++ b/superadm/php/inc_fx_excell.php @@ -624,7 +624,7 @@ function fxupload_excel_fnq($mem_fichier) { 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_r($r); + print_rsl($r); $newDate = date("Y-m-d", strtotime($r[3])); //echo("
");