Tweet references also if present

这个提交包含在:
phl0 2023-05-04 13:37:15 +02:00
父节点 c4ac74c4ff
当前提交 fd5a09d8ce
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -372,16 +372,16 @@
$hashtags = "#hamr #cloudlog"; $hashtags = "#hamr #cloudlog";
} }
if($row->COL_IOTA != null) { if($row->COL_IOTA != null) {
$hashtags .= " #iota"; $hashtags .= " #IOTA ".$row->COL_IOTA;
} }
if($row->COL_SOTA_REF != null) { if($row->COL_SOTA_REF != null) {
$hashtags .= " #sota"; $hashtags .= " #SOTA ".$row->COL_SOTA_EF;
} }
if($row->COL_POTA_REF != null) { if($row->COL_POTA_REF != null) {
$hashtags .= " #pota"; $hashtags .= " #POTA ".$row->COL_POTA_REF;
} }
if($row->COL_WWFF_REF != null) { if($row->COL_WWFF_REF != null) {
$hashtags .= " #wwff"; $hashtags .= " #WWFF ".$row->COL_WWFF_REF;
} }
if (!isset($distance)) { 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); $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);