From 26fc7561759f3b8650763b9bcc9b181818741150 Mon Sep 17 00:00:00 2001 From: o-psi Date: Sat, 14 Oct 2023 23:54:12 -0500 Subject: [PATCH] Fixed a bug with not showing unless query given --- settings_account_types.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/settings_account_types.php b/settings_account_types.php index 8663cd41..be7e0503 100644 --- a/settings_account_types.php +++ b/settings_account_types.php @@ -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"; }