diff --git a/.DS_Store b/.DS_Store index e05345a..49e6bc4 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/index.php b/index.php index 3f7c4d0..5d069d3 100755 --- a/index.php +++ b/index.php @@ -42,8 +42,9 @@ if ($result->num_rows > 0) { $findate = str_replace('-"', '/', $row["datefin"]); $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"] . " "; + $link = 'class/class.remove.php?datedebut=' . $row["datedebut"] . '&datefin=' . $row["datefin"]; + echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " "; + } } else {