[QSO View] Fixed bug where a single comma was displayed

这个提交包含在:
Peter Goodhall 2021-03-09 13:30:13 +00:00
父节点 22b1accdd8
当前提交 cbaee1cc49

查看文件

@ -144,7 +144,7 @@
</tr>
<?php } ?>
<?php if($row->COL_CNTY != null) { ?>
<?php if($row->COL_CNTY != null && $row->COL_CNTY != ",") { ?>
<tr>
<td>USA County:</td>
<td><?php echo $row->COL_CNTY; ?></td>