From 57b1073746c7c4be68ad7dcd6b2735de577083af Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 25 Jan 2024 16:18:15 +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 06a4b93e..2620fb5f 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -414,6 +414,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) {