mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Order gridsquares
This commit is contained in:
@@ -3365,6 +3365,7 @@ class Logbook_model extends CI_Model {
|
||||
$sql .= ' AND COL_EQSL_QSL_RCVD = "Y"';
|
||||
break;
|
||||
}
|
||||
$sql .= ' ORDER BY gridsquare ASC;';
|
||||
$query = $this->db->query($sql,$bindings);
|
||||
return $query;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user