pull/106/merge
Peter Goodhall 2012-04-23 15:03:34 +01:00
rodzic bc34014ecc
commit 390ca8ac0d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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");