From 6288b0a28c07c9b3476da31d7518118621db6b33 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Fri, 21 Jun 2019 23:45:34 +0200 Subject: [PATCH] Fixed Headline. --- application/views/view_log/qso.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 12a60afd..a72f6d43 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -1,9 +1,12 @@ num_rows() > 0) { foreach ($query->result() as $row) { ?> + config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>

QSO with COL_CALL; ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at ".date('H:i', $timestamp); ?>

+ +

QSO with COL_CALL; ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at **:**"?>

+ -