mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[LoTW] Typo when mapping SAT_names
This commit is contained in:
@@ -239,7 +239,8 @@ class Lotw extends CI_Controller {
|
||||
|
||||
// Build File to save
|
||||
$adif_to_save = $this->load->view('lotw_views/adif_views/adif_export', $data, TRUE);
|
||||
|
||||
echo $adif_to_save;
|
||||
exit;
|
||||
// Build Filename
|
||||
|
||||
$filename_for_saving = $data['lotw_cert_info']->callsign."-".date("Y-m-d-H-i-s")."-cloudlog.tq8";
|
||||
|
||||
@@ -125,8 +125,8 @@ $sign_string .= $new_on."Z";
|
||||
|
||||
if($qso->COL_SAT_NAME) {
|
||||
$satellite_name_check = $CI->lotw_satellite_map(strtoupper($qso->COL_SAT_NAME)); if($satellite_name_check != FALSE) { $satname = $satellite_name_check; } else { $satname = $qso->COL_SAT_NAME; }
|
||||
|
||||
$sign_string .= strtoupper($qso->satname);
|
||||
|
||||
$sign_string .= strtoupper($satname);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user