[Awards] Added RAC

This commit is contained in:
Andreas
2024-01-08 10:17:53 +01:00
parent 245583f169
commit f9dbaad0ea
8 changed files with 834 additions and 0 deletions

View File

@@ -379,6 +379,10 @@ class Logbook_model extends CI_Model {
$this->db->where('COL_STATE', $searchphrase);
$this->db->where_in('COL_DXCC', ['291', '6', '110']);
break;
case 'RAC':
$this->db->where('COL_STATE', $searchphrase);
$this->db->where_in('COL_DXCC', ['1']);
break;
case 'SOTA':
$this->db->where('COL_SOTA_REF', $searchphrase);
break;