mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #467 from int2001/limit_qsl_queue
Limit QSL-Queue to 1000
This commit is contained in:
@@ -86,6 +86,7 @@ class Qslprint_model extends CI_Model {
|
||||
$this->db->order_by("COL_BAND_RX", "ASC");
|
||||
$this->db->order_by("COL_TIME_ON", "ASC");
|
||||
$this->db->order_by("COL_MODE", "ASC");
|
||||
$this->db->limit(1000);
|
||||
$query = $this->db->get($this->config->item('table_name'));
|
||||
|
||||
return $query;
|
||||
|
||||
Reference in New Issue
Block a user