Remove unneeded migration and refactor SQL

This commit is contained in:
phl0
2026-01-20 13:50:22 +01:00
parent 90695f19a8
commit 0762f81e94
5 changed files with 29 additions and 52 deletions

View File

@@ -18,7 +18,7 @@ class Logbook extends CI_Controller {
$this->load->library('pagination');
$config['base_url'] = base_url().'index.php/logbook/index/';
$config['total_rows'] = $this->logbook_model->total_qsos();
$config['per_page'] = '25';
$config['per_page'] = 25;
$config['num_links'] = 6;
$config['full_tag_open'] = '';
$config['full_tag_close'] = '';