damn typo
这个提交包含在:
父节点
73622819e4
当前提交
ea4d4c7a08
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -143,7 +143,7 @@ class Logbook extends CI_Controller {
|
||||||
$this->session->set_userdata('hamqth_session_key', $hamqth_session_key);
|
$this->session->set_userdata('hamqth_session_key', $hamqth_session_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
$callbook = $this->hamqth->search($qra, $this->session->userdata('hamlib_session_key'));
|
$callbook = $this->hamqth->search($qra, $this->session->userdata('hamqth_session_key'));
|
||||||
echo $callbook['gridsquare'];
|
echo $callbook['gridsquare'];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用