kopia lustrzana https://github.com/magicbug/Cloudlog
If LOTW import entry isn't found within the database but its within the ADIF from LOTW QSO record is created.
rodzic
63532296fc
commit
c397716cf2
|
|
@ -60,7 +60,14 @@ class Lotw extends CI_Controller {
|
|||
}
|
||||
|
||||
$status = $this->logbook_model->import_check($time_on, $record['call'], $record['band']);
|
||||
$lotw_status = $this->logbook_model->lotw_update($time_on, $record['call'], $record['band'], $qsl_date, $record['qsl_rcvd']);
|
||||
|
||||
if($status == "No Match") {
|
||||
// Create the Entry
|
||||
$this->logbook_model->import($record);
|
||||
} else {
|
||||
$lotw_status = $this->logbook_model->lotw_update($time_on, $record['call'], $record['band'], $qsl_date, $record['qsl_rcvd']);
|
||||
}
|
||||
|
||||
|
||||
$table .= "<tr>";
|
||||
$table .= "<td>".$time_on."</td>";
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue