X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fsearch.php;h=e2503d96536f5e1988e5a485cf3b77d09ef5595d;hb=77c2d82c70ae6b1629d372b3c4642cdc2a994698;hp=b35c762dec317609aeabda28eaff09c0dba2c907;hpb=22f1dc6402dbc9a9c5d2ed2f17ef54044d35ec2a;p=Project_webapp.git diff --git a/includes/search.php b/includes/search.php index b35c762..e2503d9 100644 --- a/includes/search.php +++ b/includes/search.php @@ -10,7 +10,6 @@ $return_flight_arrival_city = ""; $return_flight_departure_date = ""; $oDepartureDate = new DateTime("now"); if ($action === "return_flight") { - //var_dump($_SESSION); if (isset($_SESSION['return_flight_departure_city'])) $return_flight_departure_city = $_SESSION['return_flight_departure_city']; if (isset($_SESSION['return_flight_arrival_city'])) $return_flight_arrival_city = $_SESSION['return_flight_arrival_city']; if (isset($_SESSION['return_flight_departure_date'])) {