fix comment

这个提交包含在:
Patrick Burns 2024-04-04 07:40:27 -05:00
父节点 b0a7eef25e
当前提交 83ad320e02

查看文件

@ -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";