useless text
这个提交包含在:
父节点
9e6b19bc52
当前提交
c9741fa126
共有 1 个文件被更改,包括 0 次插入 和 2 次删除
|
|
@ -122,7 +122,6 @@ class Logbook extends CI_Controller {
|
||||||
if($this->logbook_model->call_qra($qra)) {
|
if($this->logbook_model->call_qra($qra)) {
|
||||||
echo $this->logbook_model->call_qra($qra);
|
echo $this->logbook_model->call_qra($qra);
|
||||||
} else {
|
} else {
|
||||||
echo "callbook info:";
|
|
||||||
if ($this->config->item('callbook') == "qrz" && $this->config->item('qrz_username') != null && $this->config->item('qrz_password') != null) {
|
if ($this->config->item('callbook') == "qrz" && $this->config->item('qrz_username') != null && $this->config->item('qrz_password') != null) {
|
||||||
// Lookup using QRZ
|
// Lookup using QRZ
|
||||||
$this->load->library('qrz');
|
$this->load->library('qrz');
|
||||||
|
|
@ -145,7 +144,6 @@ class Logbook extends CI_Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
$callbook = $this->hamqth->search($qra, $this->session->userdata('hamqth_session_key'));
|
$callbook = $this->hamqth->search($qra, $this->session->userdata('hamqth_session_key'));
|
||||||
echo "hamqth info:";
|
|
||||||
echo $callbook['gridsquare'];
|
echo $callbook['gridsquare'];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用