mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
SOTA list displayed in awards based on the SOTA field in the add qso being filled in correctly
This commit is contained in:
@@ -8,8 +8,8 @@ class Sota extends CI_Model {
|
||||
}
|
||||
|
||||
function get_all() {
|
||||
$this->db->order_by("COL_COMMENT", "ASC");
|
||||
$this->db->like('COL_COMMENT', 'SOTA:');
|
||||
$this->db->order_by("COL_SOTA_REF", "ASC");
|
||||
$this->db->where('COL_SOTA_REF !=', '');
|
||||
|
||||
return $this->db->get($this->config->item('table_name'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user