mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 00:04:50 +00:00
Remove Duplicate get_query_strings code as this is all handled in the the filter header
This commit is contained in:
@@ -23,9 +23,6 @@ if (!empty($q)) {
|
||||
$query_snippet = ""; // empty
|
||||
}
|
||||
|
||||
//Rebuild URL
|
||||
$url_query_strings_sort = http_build_query($get_copy);
|
||||
|
||||
// Folder ID
|
||||
$get_folder_id = 0;
|
||||
if (!empty($_GET['folder_id'])) {
|
||||
|
||||
Reference in New Issue
Block a user