From 382275409e3d021713663d1344763707f1c83c4c Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Sun, 15 Jan 2023 22:23:02 +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 a3e3b2bd8333b4aa33d9a1e65a238c2fd491758d..60c3bcf4b5103b828f677e3b80412e95617e469f 100644 GIT binary patch delta 39 rcmZp1XmQx!C&2V&qqBh~x(VBE=4D delta 39 rcmZp1XmQx!C&2XL^yB~m36`kciT#sv1Y{tL9sxPV1)En3MDhawC&ms~ diff --git a/index.php b/index.php index b721c03..1ad81cc 100755 --- a/index.php +++ b/index.php @@ -43,7 +43,7 @@ if ($result->num_rows > 0) { $datefin = date("d/m/Y", strtotime($findate)); $nombrejours = $row["nbjours"]; $link = 'class/class.remove.php?datedebut=" . $row["datedebut"] . "&datefin=" . $row["datefin"]. "' - echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " "; + echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " "; } } else {