Update Lotw.php

这个提交包含在:
Peter Goodhall 2020-09-08 00:48:27 +01:00
父节点 07be28b848
当前提交 caed5b61ec

查看文件

@ -227,7 +227,7 @@ class Lotw extends CI_Controller {
// Nothing to upload
if(empty($data['qsos']->result())){
echo $station_profile->station_callsign."(".$station_profile->station_profile_name.") No QSOs to Upload <br>";
echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") No QSOs to Upload <br>";
continue;
}