From 0e88f5691b6484599fde52902a07ecea92020757 Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Sun, 15 Jan 2023 22:28:58 +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 aa2c93ae168c3dedf86d6e55e97d93aed4bf690f..9654b575ca45ad90c53593fec3d6b40a5d526963 100644 GIT binary patch delta 40 rcmZp1XmQx!C%|NEGC4p%g5@gzn|+gW1Y{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"] . " "; + echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " "; } } else {