diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 56646dca8..257f2456a 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -243,7 +243,7 @@ class Lotw extends CI_Controller { // Nothing to upload if(empty($data['qsos']->result())){ if ($this->user_model->authorize(2)) { // Only be verbose if we have a session - echo $station_profile->station_callsign." (".$station_profile->station_profile_name."): No QSOs to upload.
"; + echo str_replace("0", "Ø", $station_profile->station_callsign)." (".$station_profile->station_profile_name."): No QSOs to upload.
"; } continue; }