mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Fixed a bug with not showing unless query given
This commit is contained in:
@@ -25,10 +25,8 @@ if (isset($_GET['account_type'])) {
|
||||
$account_type_id_max = "39";
|
||||
}
|
||||
} else {
|
||||
if (isset($_GET['archived'])) {
|
||||
$account_type_id_min = "10";
|
||||
$account_type_id_max = "39"; }
|
||||
|
||||
$account_type_id_max = "39";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user