Added the ability to search vucc fields

This commit is contained in:
Peter Goodhall 2019-06-29 23:19:56 +01:00
parent bd693314c3
commit 31748e1fde

View File

@ -297,6 +297,7 @@ class Logbook extends CI_Controller {
$this->db->like('COL_CALL', $id);
$this->db->or_like('COL_GRIDSQUARE', $id);
$this->db->or_like('COL_VUCC_GRIDS', $id);
$this->db->order_by("COL_TIME_ON", "desc");
$query = $this->db->get($this->config->item('table_name'));