mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove unneeded migration and refactor SQL
This commit is contained in:
@@ -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'] = '';
|
||||
|
||||
Reference in New Issue
Block a user