mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Tidying
This commit is contained in:
@@ -59,9 +59,8 @@ if ($total_found_rows > 5) {
|
||||
$next_class = "disabled";
|
||||
}
|
||||
$get_copy = $_GET; // create a copy of the $_GET array
|
||||
//unset($get_copy['page']);
|
||||
// Unset Array Var to prevent Duplicate Get VARs
|
||||
unset($get_copy['page']);
|
||||
unset($get_copy['page']);
|
||||
$url_query_strings_page = http_build_query($get_copy);
|
||||
$prev_page = $page - 1;
|
||||
$next_page = $page + 1;
|
||||
|
||||
Reference in New Issue
Block a user