Update Workabledxcc_model.php

pull/2978/head
Peter Goodhall 2024-02-17 20:47:00 +00:00
rodzic 0db9b37f73
commit 868865354d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'])) {