kopia lustrzana https://github.com/magicbug/Cloudlog
Changed printed text to "via [via]" from " | send via [via]"
rodzic
8e6c4733d9
commit
0e46192055
|
|
@ -332,7 +332,7 @@ class Labels extends CI_Controller {
|
|||
$text = "Confirming QSO".($numofqsos>1 ? 's' : '')." with ";
|
||||
$text .= $current_callsign;
|
||||
if (($via) && ($qso['via'] ?? '' != '')) {
|
||||
$text.=' | send via '.substr($qso['via'],0,8);
|
||||
$text.=' via '.substr($qso['via'],0,8);
|
||||
}
|
||||
$text .= "\n";
|
||||
$text .= $builder->renderTable();
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue