mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
[Search] Commented out hamli. Can't find this library.
This commit is contained in:
parent
a7246c0977
commit
6d87c1bb8d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user