[Search] Commented out hamli. Can't find this library.
这个提交包含在:
父节点
a7246c0977
当前提交
6d87c1bb8d
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -605,12 +605,12 @@ class Logbook extends CI_Controller {
|
|||
}
|
||||
|
||||
$data['callsign'] = $this->qrz->search($id, $this->session->userdata('qrz_session_key'), $this->config->item('use_fullname'));
|
||||
} else {
|
||||
} /*else {
|
||||
// Lookup using hamli
|
||||
$this->load->library('hamli');
|
||||
|
||||
$data['callsign'] = $this->hamli->callsign($id);
|
||||
}
|
||||
}*/
|
||||
|
||||
$data['id'] = strtoupper($id);
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用