X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=includes%2Fsearch.php;h=6ae2621888f0b1e2d0252df0b85446746aa63de8;hb=f38123a5d3eafd9af6fb25e1dd5ccf29c5508b36;hp=b35c762dec317609aeabda28eaff09c0dba2c907;hpb=22f1dc6402dbc9a9c5d2ed2f17ef54044d35ec2a;p=Project_webapp.git diff --git a/includes/search.php b/includes/search.php index b35c762..6ae2621 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'])) { @@ -29,7 +28,7 @@ if ($action === "return_flight") { prepare_query($sql_pquery); $connection->run_prepared_query();