Update Lotw.php

这个提交包含在:
Peter Goodhall 2020-09-08 00:47:53 +01:00
父节点 99a4c8489a
当前提交 07be28b848

查看文件

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