mirror of https://github.com/itflow-org/itflow
Fixed a bug with not showing unless query given
This commit is contained in:
parent
1f3c103032
commit
26fc756175
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue