Cover fall through
这个提交包含在:
父节点
ddea5e4d31
当前提交
7984b41538
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -433,6 +433,8 @@
|
||||||
$distancestring = "(Gridline: ".$row->COL_VUCC_GRIDS." / distance: ".$distance.")";
|
$distancestring = "(Gridline: ".$row->COL_VUCC_GRIDS." / distance: ".$distance.")";
|
||||||
} else if (substr_count($row->COL_VUCC_GRIDS, ',') == 3) {
|
} else if (substr_count($row->COL_VUCC_GRIDS, ',') == 3) {
|
||||||
$distancestring = "(Gridcorner: ".$row->COL_VUCC_GRIDS." / distance: ".$distance.")";
|
$distancestring = "(Gridcorner: ".$row->COL_VUCC_GRIDS." / distance: ".$distance.")";
|
||||||
|
} else {
|
||||||
|
$distancestring = "(Grids: ".$row->COL_VUCC_GRIDS.")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$twitter_string .= urlencode($distancestring." on ".$twitter_band_sat." using ".($row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE)." ".$hashtags);
|
$twitter_string .= urlencode($distancestring." on ".$twitter_band_sat." using ".($row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE)." ".$hashtags);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用