Readded % for VUCC-Grids (because of multi-grids / confluence-points)

这个提交包含在:
int2001 2023-09-30 11:59:52 +00:00
父节点 4233895432
当前提交 6df75c3562
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -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':