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

pull/931/head
Peter Goodhall 2021-03-09 13:30:13 +00:00
rodzic 22b1accdd8
commit cbaee1cc49
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>