mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
[Search] Commented out hamli. Can't find this library.
This commit is contained in:
parent
a7246c0977
commit
6d87c1bb8d
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue