From f09b84d0df7e9ffea67492544a48bd0aebad3a04 Mon Sep 17 00:00:00 2001 From: phl0 Date: Mon, 12 May 2025 10:32:58 +0200 Subject: [PATCH] Slash station callsign as well --- application/controllers/Lotw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }