Merge pull request #2551 from phl0/vuccGrids4HamsAt

Also lookup VUCC_GRIDS for hams.at grids
pull/2552/head
Peter Goodhall 2023-10-07 22:28:11 +01:00 zatwierdzone przez GitHub
commit 73d1caa12a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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);