Fixed Headline.

这个提交包含在:
Kim Huebel 2019-06-21 23:45:34 +02:00
父节点 17d57e071c
当前提交 6288b0a28c

查看文件

@ -1,9 +1,12 @@
<?php if ($query->num_rows() > 0) { foreach ($query->result() as $row) {
?>
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
<h4>QSO with <?php echo $row->COL_CALL; ?> on the <?php $timestamp = strtotime($row->COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at ".date('H:i', $timestamp); ?></h4>
<?php } else { ?>
<h4>QSO with <?php echo $row->COL_CALL; ?> on the <?php $timestamp = strtotime($row->COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at **:**"?></h4>
<?php } ?>
<div class="row">
<div class="col">