Add some xOTA hastags for tweets
这个提交包含在:
父节点
80f8b88c5a
当前提交
7b5f7d5f5c
共有 1 个文件被更改,包括 12 次插入 和 0 次删除
|
|
@ -371,6 +371,18 @@
|
|||
$twitter_band_sat = $row->COL_BAND;
|
||||
$hashtags = "#hamr #cloudlog";
|
||||
}
|
||||
if($row->COL_IOTA != null) {
|
||||
$hashtags .= " #iota";
|
||||
}
|
||||
if($row->COL_SOTA_REF != null) {
|
||||
$hashtags .= " #sota";
|
||||
}
|
||||
if($row->COL_POTA_REF != null) {
|
||||
$hashtags .= " #pota";
|
||||
}
|
||||
if($row->COL_WWFF_REF != null) {
|
||||
$hashtags .= " #wwff";
|
||||
}
|
||||
if (!isset($distance)) {
|
||||
$twitter_string = urlencode("Just worked ".$row->COL_CALL." in ".ucwords(strtolower(($row->COL_COUNTRY)))." on ".$twitter_band_sat." using ".($row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE)." ".$hashtags);
|
||||
} else {
|
||||
|
|
|
|||
正在加载…
在新工单中引用