diff --git a/.DS_Store b/.DS_Store index 8d300e0..67e40a8 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/index.php b/index.php index 253a1a8..13b3b30 100755 --- a/index.php +++ b/index.php @@ -42,7 +42,8 @@ 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"]." Supprimer la ligne"; + echo " " . $datedebut. " " . $datefin. " " . $nombrejours . " jour(s) ". $row["type"]." Supprimer la ligne"; + } } else { echo "Pas de résultat";