mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Added comments
This commit is contained in:
parent
650c73f4e6
commit
2dcd4f3965
1 changed files with 2 additions and 0 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue