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";
|
$account_type_id_max = "39";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (isset($_GET['archived'])) {
|
|
||||||
$account_type_id_min = "10";
|
$account_type_id_min = "10";
|
||||||
$account_type_id_max = "39"; }
|
$account_type_id_max = "39";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user