fixed typo
这个提交包含在:
父节点
e344bd0a9b
当前提交
3f7dbe81f9
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -17,7 +17,7 @@ class Gridsquares extends CI_Controller {
|
|||
|
||||
|
||||
public function index() {
|
||||
// if there are no satelite QSOs redirect to band selection directly
|
||||
// if there are no satellite QSOs redirect to band selection directly
|
||||
$this->load->model('logbook_model');
|
||||
$total_sat = $this->logbook_model->total_sat();
|
||||
if ($total_sat->num_rows() == 0) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用