fix comment
这个提交包含在:
父节点
b0a7eef25e
当前提交
83ad320e02
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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";
|
||||
|
|
|
|||
正在加载…
在新工单中引用