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

pull/355/head
Peter Goodhall 2019-09-25 00:08:39 +01:00
rodzic 0a03fa7fbf
commit fdb19f6406
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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