Fixed a bug with not showing unless query given

This commit is contained in:
o-psi 2023-10-14 23:54:12 -05:00
parent 1f3c103032
commit 26fc756175
1 changed files with 1 additions and 3 deletions

View File

@ -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";
}