From d3183986329150714a70b4f1cb5cc34a5c017624 Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Sun, 15 Jan 2023 22:28:03 +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 eb0357f8ba4b16e8a15ce714c9901ed3b4a56403..aa2c93ae168c3dedf86d6e55e97d93aed4bf690f 100644 GIT binary patch delta 39 vcmZp1XmQx!C%~lQJ2^l=g5}!bg$pO=2*|LA{779mxko^b@xkWR0+IXx7GMrJ delta 39 vcmZp1XmQx!C%`0;F*!g$f@K!#!t%*E0x~ReFKWvt_Xx-_F4(+UAd(*d`&kUk diff --git a/index.php b/index.php index 4ec2433..c6b4d82 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 {