Slash station callsign as well

This commit is contained in:
phl0
2025-05-12 10:32:58 +02:00
parent 014d1c8fc0
commit f09b84d0df

View File

@@ -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.<br>";
echo str_replace("0", "&Oslash;", $station_profile->station_callsign)." (".$station_profile->station_profile_name."): No QSOs to upload.<br>";
}
continue;
}