From e7ccb15c44d29fa810c96191b044b0e6259fe757 Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Sun, 15 Jan 2023 22:06:53 +0100 Subject: [PATCH] Update index.php --- .DS_Store | Bin 8196 -> 8196 bytes index.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 54e14b8a93e0fa16cba1be9f88b0ee88fa96a842..ce59620fd86342506f201f1eb491013d976f653a 100644 GIT binary patch delta 39 rcmZp1XmQx!C&0Al`s4rs36>jN8NVjy2*^MfJpyu!3pTG7h~x(VEH@6e delta 39 rcmZp1XmQx!C&0Ae-Q)lP2^JB~6UQd!2*^MfJpyu!0h?C~MDhaw5)ch9 diff --git a/index.php b/index.php index 954a7ef..a7e8909 100755 --- a/index.php +++ b/index.php @@ -42,7 +42,7 @@ if ($result->num_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"]." "; } } else {