[Search] Commented out hamli. Can't find this library.

This commit is contained in:
Andreas 2022-02-16 17:00:06 +01:00
parent a7246c0977
commit 6d87c1bb8d

View File

@ -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);