From 05246a1c9bc9bd814c10f4a4df495287fb1b375e Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Sun, 15 Jan 2023 22:18:22 +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 566684eb7cec07b16b5e2b1d1d53cbe231c6521c..6d60f2234c040320d9d95560642e29c28daadc47 100644 GIT binary patch delta 41 wcmZp1XmQx!C%|;)`Q!ir30BYU8IeJga|NVXd46~US-k?Xj0u}p3q=L$%(&OcNMWc3QjGAe9dEfC2M08)t$T>t<8 diff --git a/index.php b/index.php index 01276be..ac7bbf0 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"]." "; + echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " ; } } else {