mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #32 from phl0/sigHashtag
Also use SIG + SIG_INFO in tweets and toots
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user