From 2bc331109cbc214b641ca89eec43ca3baed9ac1f Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 28 Dec 2021 20:08:41 +0100 Subject: [PATCH] Added clickable link on previous QSOs --- application/controllers/Logbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index 7e5f630f..01f78968 100755 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -478,7 +478,7 @@ class Logbook extends CI_Controller { $html .= ""; $html .= "".date($custom_date_format, $timestamp). date(' H:i',strtotime($row->COL_TIME_ON)) . ""; - $html .= "".str_replace("0","Ø",strtoupper($row->COL_CALL)).""; + $html .= "" . str_replace('0','Ø',strtoupper($row->COL_CALL)) . ""; $html .= "".$row->COL_RST_SENT.""; $html .= "".$row->COL_RST_RCVD.""; if($row->COL_SAT_NAME != null) {