From 9605e20afb27c242fba61ab72568299e1f0a7c5f Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 25 Jan 2024 16:16:38 +0100 Subject: [PATCH] Also use SIG + SIG_INFO in tweets and toots --- application/views/view_log/qso.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index fb9a47474..73dc8e3fa 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -419,6 +419,9 @@ if($row->COL_WWFF_REF != null) { $hashtags .= " #WWFF ".$row->COL_WWFF_REF; } + if($row->COL_SIG != null && $row->COL_SIG_INFO != null) { + $hashtags .= " #".$row->COL_SIG." ".$row->COL_SIG_INFO; + } if (!isset($distance)) { $twitter_string = urlencode("Just worked ".$row->COL_CALL." "); if ($row->COL_DXCC != 0) {