Fixes typo for coloring confirmed QSOs

这个提交包含在:
int2001 2023-09-19 18:29:07 +00:00
父节点 525481a990
当前提交 5c005b0b3b
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B
共有 2 个文件被更改,包括 5 次插入5 次删除

查看文件

@ -205,7 +205,7 @@ class Logbook extends CI_Controller {
} }
if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) {
if ($extrawhere!='') { if ($extrawhere!='') {
$extrawherei.=" OR"; $extrawhere.=" OR";
} }
$extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; $extrawhere.=" COL_EQSL_QSL_RCVD='Y'";
} }
@ -330,7 +330,7 @@ function worked_grid_before($gridsquare, $type, $band, $mode)
} }
if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) {
if ($extrawhere!='') { if ($extrawhere!='') {
$extrawherei.=" OR"; $extrawhere.=" OR";
} }
$extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; $extrawhere.=" COL_EQSL_QSL_RCVD='Y'";
} }
@ -412,7 +412,7 @@ function worked_grid_before($gridsquare, $type, $band, $mode)
} }
if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) {
if ($extrawhere!='') { if ($extrawhere!='') {
$extrawherei.=" OR"; $extrawhere.=" OR";
} }
$extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; $extrawhere.=" COL_EQSL_QSL_RCVD='Y'";
} }
@ -507,7 +507,7 @@ function worked_grid_before($gridsquare, $type, $band, $mode)
} }
if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) {
if ($extrawhere!='') { if ($extrawhere!='') {
$extrawherei.=" OR"; $extrawhere.=" OR";
} }
$extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; $extrawhere.=" COL_EQSL_QSL_RCVD='Y'";
} }

查看文件

@ -1707,7 +1707,7 @@ class Logbook_model extends CI_Model {
} }
if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) { if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) {
if ($extrawhere!='') { if ($extrawhere!='') {
$extrawherei.=" OR"; $extrawhere.=" OR";
} }
$extrawhere.=" COL_EQSL_QSL_RCVD='Y'"; $extrawhere.=" COL_EQSL_QSL_RCVD='Y'";
} }