Merge pull request #32 from phl0/sigHashtag

Also use SIG + SIG_INFO in tweets and toots
This commit is contained in:
Florian (DF2ET)
2024-01-25 18:00:47 +01:00
committed by GitHub

View File

@@ -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) {