mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Remove Duplicate get_query_strings code as this is all handled in the the filter header
This commit is contained in:
@@ -38,9 +38,6 @@ if (isset($_GET['account']) & !empty($_GET['account'])) {
|
||||
$account_filter = '';
|
||||
}
|
||||
|
||||
//Rebuild URL
|
||||
$url_query_strings_sort = http_build_query($get_copy);
|
||||
|
||||
$sql = mysqli_query(
|
||||
$mysqli,
|
||||
"SELECT SQL_CALC_FOUND_ROWS * FROM payments
|
||||
|
||||
Reference in New Issue
Block a user