diff --git a/.DS_Store b/.DS_Store index c84e13a..68e93bf 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/index.php b/index.php index 254dc30..5eb5fed 100755 --- a/index.php +++ b/index.php @@ -43,7 +43,7 @@ if ($result->num_rows > 0) { $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"] . " "; + # echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) " . $row["type"] . " "; } } else {