From 17d57e071c4809b13e0f9f5b0dce8520ce61764f Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Fri, 21 Jun 2019 23:40:14 +0200 Subject: [PATCH] fixed forgotten Detail-view with time --- application/views/view_log/qso.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 9fc9e79a..12a60afd 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -10,7 +10,11 @@ + config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?> + + +
Date/TimeCOL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at ".date('H:i', $timestamp); ?>COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at **:**"; ?>