当前提交
c771c4f650
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -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) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用