Readded % for VUCC-Grids (because of multi-grids / confluence-points)
这个提交包含在:
父节点
4233895432
当前提交
6df75c3562
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -352,7 +352,7 @@ class Logbook_model extends CI_Model {
|
|||
if ($searchmode == 'activated') {
|
||||
$this->db->where("station_gridsquare like '%" . $searchphrase . "%'");
|
||||
} else {
|
||||
$this->db->where("(COL_GRIDSQUARE like '" . $searchphrase . "%' OR COL_VUCC_GRIDS like '" . $searchphrase ."%')");
|
||||
$this->db->where("(COL_GRIDSQUARE like '" . $searchphrase . "%' OR COL_VUCC_GRIDS like '%" . $searchphrase ."%')");
|
||||
}
|
||||
break;
|
||||
case 'CQZone':
|
||||
|
|
|
|||
正在加载…
在新工单中引用