Fix SOTA var

这个提交包含在:
phl0 2023-06-01 17:08:53 +02:00
父节点 a655f90499
当前提交 d8ed655e5f
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -391,7 +391,7 @@
$hashtags .= " #IOTA ".$row->COL_IOTA; $hashtags .= " #IOTA ".$row->COL_IOTA;
} }
if($row->COL_SOTA_REF != null) { if($row->COL_SOTA_REF != null) {
$hashtags .= " #SOTA ".$row->COL_SOTA_EF; $hashtags .= " #SOTA ".$row->COL_SOTA_REF;
} }
if($row->COL_POTA_REF != null) { if($row->COL_POTA_REF != null) {
$hashtags .= " #POTA ".$row->COL_POTA_REF; $hashtags .= " #POTA ".$row->COL_POTA_REF;