Station callsign field must be returned by mysql to be shown.

这个提交包含在:
Peter Goodhall 2019-09-25 00:08:39 +01:00
父节点 0a03fa7fbf
当前提交 fdb19f6406

查看文件

@ -63,7 +63,7 @@
<?php } ?>
<?php if($this->config->item('callsign_tags') == true) { ?>
<?php if($row->station_callsign != null) { ?>
<?php if(isset($row->station_callsign)) { ?>
<td>
<span class="badge badge-light"><?php echo $row->station_callsign; ?></span>
</td>