mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added comments
This commit is contained in:
@@ -19,6 +19,8 @@ class Stations extends CI_Model {
|
||||
return $this->db->get();
|
||||
}
|
||||
|
||||
// Returns ALL station profiles regardless of user logged in
|
||||
// This is also used by LoTW sync so must not be changed.
|
||||
function all() {
|
||||
return $this->db->get('station_profile');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user