comments
这个提交包含在:
父节点
bc34014ecc
当前提交
390ca8ac0d
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -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");
|
||||
|
|
|
|||
正在加载…
在新工单中引用