From 5421e13f25ea803463c3fcf0bd58e78ba4b2921e Mon Sep 17 00:00:00 2001 From: phl0 Date: Sat, 11 Nov 2023 22:38:05 +0100 Subject: [PATCH] Cover hamqth case for now with empty message --- application/controllers/Logbook.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index faffaef1..f0ff8f12 100644 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -927,6 +927,8 @@ function worked_grid_before($gridsquare, $type, $band, $mode) if (isset($data['callsign']['error'])) { $data['error'] = $data['callsign']['error']; } + } else { + $data['error'] = 'No result (qrz not configured)'; } /*else { // Lookup using hamli $this->load->library('hamli');