mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
minor changes to satellite export
This commit is contained in:
@@ -16,7 +16,7 @@ class adif_data extends CI_Model {
|
||||
return $query;
|
||||
}
|
||||
|
||||
function satellte() {
|
||||
function sat_all() {
|
||||
$this->db->where('COL_PROP_MODE', 'SAT');
|
||||
$this->db->order_by("COL_TIME_ON", "ASC");
|
||||
$query = $this->db->get($this->config->item('table_name'));
|
||||
|
||||
Reference in New Issue
Block a user