[logbook] Convert the first character of each word in country name to upper case to be consistant

pull/616/head
Peter Goodhall 2020-09-05 23:33:23 +01:00
rodzic 2d2af35536
commit 048a86a581
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@
<?php } else { ?>
<td><?php echo strtolower($row->COL_BAND); ?></td>
<?php } ?>
<td><?php echo $row->COL_COUNTRY; ?></td>
<td><?php echo ucwords(strtolower(($row->COL_COUNTRY))); ?></td>
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
<td class="qsl">
<span class="qsl-<?php