mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 08:13:41 +00:00
Added the ability to search vucc fields
This commit is contained in:
parent
bd693314c3
commit
31748e1fde
@ -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'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user