diff --git a/.DS_Store b/.DS_Store index eb0357f..aa2c93a 100644 Binary files a/.DS_Store and b/.DS_Store differ 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 {