diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index d71116094f..228401229d 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -123,7 +123,7 @@ //prepare to page the results $rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50; - $param = "&search=".$search; + $param = "&search=".escape($search); if ($_GET['show'] == "all" && permission_exists('destination_all')) { $param .= "&show=all"; } @@ -199,7 +199,7 @@ } } - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -250,36 +250,36 @@ //echo "