diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index bc9d68d9..23787e0a 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -1777,7 +1777,10 @@ function check_if_callsign_worked_in_logbook($callsign, $StationLocationsArray = $this->db->select('COL_GRIDSQUARE'); $this->db->where_in('station_id', $logbooks_locations_array); + $this->db->group_start(); $this->db->like('COL_GRIDSQUARE', $grid); + $this->db->or_like('COL_VUCC_GRIDS', $grid); + $this->db->group_end(); if($band != null && $band != 'SAT') { $this->db->where('COL_BAND', $band); diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index 9099c71a..bca2d34b 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -218,8 +218,7 @@ optionslib->get_option('global_search') != "false" || $this->session->userdata('user_type') >= 2) { ?>