这个提交包含在:
Peter Goodhall 2012-04-23 15:03:34 +01:00
父节点 bc34014ecc
当前提交 390ca8ac0d

查看文件

@ -130,6 +130,7 @@ class Logbook_model extends CI_Model {
return $this->db->get($this->config->item('table_name'));
}
/* Show custom number of qsos */
function last_custom($num) {
$this->db->select('COL_CALL, COL_BAND, COL_TIME_ON, COL_RST_RCVD, COL_RST_SENT, COL_MODE, COL_NAME, COL_COUNTRY, COL_PRIMARY_KEY, COL_SAT_NAME');
$this->db->order_by("COL_TIME_ON", "desc");