Update destinations.php
This commit is contained in:
parent
b2fb19c3d6
commit
9ee2ddd79b
|
|
@ -89,7 +89,7 @@
|
|||
//prepare to page the results
|
||||
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
||||
$param = "&search=".$search;
|
||||
if ($_GET['showl'] == "all" && permission_exists('destination_all')) {
|
||||
if ($_GET['show'] == "all" && permission_exists('destination_all')) {
|
||||
$param .= "&show=all";
|
||||
}
|
||||
$page = $_GET['page'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue