mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
Rework Categories into a select box for tickets, which now makes it easier to see what category your viewing and one less click as the form auto submits upon selection
This commit is contained in:
@@ -19,9 +19,6 @@ if (isset($_GET['category']) & !empty($_GET['category'])) {
|
||||
$category_filter = '';
|
||||
}
|
||||
|
||||
//Rebuild URL
|
||||
$url_query_strings_sort = http_build_query($get_copy);
|
||||
|
||||
$sql = mysqli_query(
|
||||
$mysqli,
|
||||
"SELECT SQL_CALC_FOUND_ROWS * FROM products
|
||||
|
||||
Reference in New Issue
Block a user