From 868865354d6df963a0e6356e46f761ccb7c54b16 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 17 Feb 2024 20:47:00 +0000 Subject: [PATCH] Update Workabledxcc_model.php --- application/models/Workabledxcc_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Workabledxcc_model.php b/application/models/Workabledxcc_model.php index bc8e561c..70b4493c 100644 --- a/application/models/Workabledxcc_model.php +++ b/application/models/Workabledxcc_model.php @@ -63,7 +63,7 @@ class Workabledxcc_model extends CI_Model $CI = &get_instance(); $CI->load->model('logbook_model'); - $dxccInfo = $CI->logbook_model->dxcc_lookup($record['3'], $startDate->format('Y-m-d')); + $dxccInfo = $CI->logbook_model->dxcc_lookup($record['callsign'], $startDate->format('Y-m-d')); // Call DXCC Worked function to check if the DXCC has been worked before if (isset($dxccInfo['entity'])) {