Heal some strange behaviours of qrz-qsls

This commit is contained in:
int2001
2023-12-14 06:03:47 +00:00
parent c43ab44219
commit 517d1d7a8a
2 changed files with 19 additions and 16 deletions

View File

@@ -332,6 +332,8 @@ class Qrz extends CI_Controller {
$record['qsl_rcvd'] = $config['qrz_rcvd_mark'];
}
$record['call']=str_replace("_","/",$record['call']);
$record['station_callsign']=str_replace("_","/",$record['station_callsign']);
$status = $this->logbook_model->import_check($time_on, $record['call'], $record['band'], $record['mode'], $record['station_callsign']);
if($status[0] == "Found") {