From a40ed585e4efb4796b519c4fcffb507ffe73f49b Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Fri, 15 Jan 2016 23:19:51 +0000 Subject: [PATCH] callsign not qra... --- application/controllers/logbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/logbook.php b/application/controllers/logbook.php index 33e94697..b9392516 100644 --- a/application/controllers/logbook.php +++ b/application/controllers/logbook.php @@ -173,7 +173,7 @@ class Logbook extends CI_Controller { $this->session->set_userdata('hamqth_session_key', $hamqth_session_key); } - $callbook = $this->hamqth->search($qra, $this->session->userdata('hamqth_session_key')); + $callbook = $this->hamqth->search($callsign, $this->session->userdata('hamqth_session_key')); echo $callbook['city']; }