Added comments
这个提交包含在:
父节点
650c73f4e6
当前提交
2dcd4f3965
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用