From 6d87c1bb8dafb38cd4e44f2402462a36ceba970e Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:00:06 +0100 Subject: [PATCH] [Search] Commented out hamli. Can't find this library. --- application/controllers/Logbook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index a433cf0f..81e048a8 100755 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -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);