From 83ad320e0207acfd02770b416799d491178b3e08 Mon Sep 17 00:00:00 2001 From: Patrick Burns Date: Thu, 4 Apr 2024 07:40:27 -0500 Subject: [PATCH] fix comment --- application/controllers/Visitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Visitor.php b/application/controllers/Visitor.php index 571ce2c7..815db34d 100644 --- a/application/controllers/Visitor.php +++ b/application/controllers/Visitor.php @@ -139,7 +139,7 @@ class Visitor extends CI_Controller { $data['total_lotw_sent'] = $QSLStatsBreakdownArray['LoTW_Sent']; $data['total_lotw_rcvd'] = $QSLStatsBreakdownArray['LoTW_Received']; - // If public search is enabled, show paginated results, otherwise show last 18 qsos + // Show paginated results $data['results'] = $this->logbook_model->get_qsos($config['per_page'], $this->uri->segment(4), $logbooks_locations_array); $data['page_title'] = "Dashboard";