From 61c8fdc536e1ead6087683efa6e519a1fff29edd Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Sun, 15 Jan 2023 21:50:41 +0100 Subject: [PATCH] Correct error --- .DS_Store | Bin 8196 -> 8196 bytes index.php | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 8d300e0b1219af2a56e114bc809f08463a44fc67..67e40a881971b94f6cb7ec80acef9b7453917c9a 100644 GIT binary patch delta 40 rcmZp1XmQx!C%{yBb8>)y1j~^mqh*tG1Y{tL9syYnum_rows > 0) { $findate = str_replace('-"', '/', $row["datefin"]); $datefin = date("d/m/Y", strtotime($findate)); $nombrejours = $row["nbjours"]; - echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) ". $row["type"]." Supprimer la ligne"; + echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) ". $row["type"]." Supprimer la ligne"; + } } else { echo "Pas de résultat";