Revert limit to 500 QSOs

这个提交包含在:
phl0 2022-02-16 16:29:50 +01:00
父节点 629bc90052
当前提交 7c242c7f0b
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -306,7 +306,6 @@ class Logbook_model extends CI_Model {
$this->db->where("(COL_MODE='" . $mode . "' OR COL_SUBMODE='" . $mode ."')");
}
$this->db->order_by("COL_TIME_ON", "desc");
$this->db->limit(500);
return $this->db->get($this->config->item('table_name'));
}