From 64c161d1576a2ef340569bb6bb716aa982ee9eb6 Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Sun, 15 Jan 2023 22:21:11 +0100 Subject: [PATCH] Update index.php --- .DS_Store | Bin 8196 -> 8196 bytes index.php | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 6d60f2234c040320d9d95560642e29c28daadc47..a3e3b2bd8333b4aa33d9a1e65a238c2fd491758d 100644 GIT binary patch delta 39 rcmZp1XmQx!C&2XL^yB~m36`kciT#sv1Y{tL9sxPV1)En3MDhawC&ms~ delta 39 vcmZp1XmQx!C%|;)`Q!ir2^P=p8IhB71Y}rvet1Vt?h%knum_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"] . " ; + $link = 'class/class.remove.php?datedebut=" . $row["datedebut"] . "&datefin=" . $row["datefin"]. "' + echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " "; } } else {