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 **:**"?>

+ -