当前提交
ff3e6e0e24
共有 1 个文件被更改,包括 10 次插入 和 2 次删除
|
|
@ -400,9 +400,17 @@
|
||||||
$hashtags .= " #WWFF ".$row->COL_WWFF_REF;
|
$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." ");
|
||||||
|
if ($row->COL_DXCC != 0) {
|
||||||
|
$twitter_string .= urlencode("in ".ucwords(strtolower(($row->COL_COUNTRY)))." ");
|
||||||
|
}
|
||||||
|
$twitter_string .= urlencode("on ".$twitter_band_sat." using ".($row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE)." ".$hashtags);
|
||||||
} else {
|
} else {
|
||||||
$twitter_string = urlencode("Just worked ".$row->COL_CALL." in ".ucwords(strtolower(($row->COL_COUNTRY)))." (Gridsquare: ".$row->COL_GRIDSQUARE." / distance: ".$distance.") on ".$twitter_band_sat." using ".($row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE)." ".$hashtags);
|
$twitter_string = urlencode("Just worked ".$row->COL_CALL." ");
|
||||||
|
if ($row->COL_DXCC != 0) {
|
||||||
|
$twitter_string .= urlencode("in ".ucwords(strtolower(($row->COL_COUNTRY)))." ");
|
||||||
|
}
|
||||||
|
$twitter_string .= urlencode("(Gridsquare: ".$row->COL_GRIDSQUARE." / distance: ".$distance.") on ".$twitter_band_sat." using ".($row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE)." ".$hashtags);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用