callsign not qra...
这个提交包含在:
父节点
8795cca252
当前提交
a40ed585e4
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -173,7 +173,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('hamqth_session_key'));
|
$callbook = $this->hamqth->search($callsign, $this->session->userdata('hamqth_session_key'));
|
||||||
echo $callbook['city'];
|
echo $callbook['city'];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用