Fixed Headline.

This commit is contained in:
Kim Huebel 2019-06-21 23:45:34 +02:00
parent 17d57e071c
commit 6288b0a28c

View File

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