mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
order by description to make result at least reproduceable for dupes
This commit is contained in:
@@ -26,6 +26,7 @@ class Pota extends CI_Model {
|
||||
|
||||
function ham_of_note($callsign) {
|
||||
$this->db->where('callsign', $callsign);
|
||||
$this->db->order_by('description asc');
|
||||
$this->db->limit(1);
|
||||
|
||||
return $this->db->get('hams_of_note');
|
||||
|
||||
Reference in New Issue
Block a user