[Custom Map] Fixed filtering query with group. All QSOs would load without

pull/1583/head
Andreas 2022-08-28 09:30:09 +02:00
rodzic 724971d1e7
commit 4e1b398d64
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1306,8 +1306,10 @@ class Logbook_model extends CI_Model {
}
if ($mode != 'All') {
$this->db->group_start();
$this->db->where("COL_MODE", $mode);
$this->db->or_where("COL_SUBMODE", $mode);
$this->db->group_end();
}
if ($propagation != 'All') {