Fixes typo for coloring confirmed QSOs
这个提交包含在:
父节点
525481a990
当前提交
5c005b0b3b
共有 2 个文件被更改,包括 5 次插入 和 5 次删除
|
|
@ -205,7 +205,7 @@ class Logbook extends CI_Controller {
|
|||
}
|
||||
if (isset($user_gridmap_confirmation) && strpos($user_gridmap_confirmation, 'E') !== false) {
|
||||
if ($extrawhere!='') {
|
||||
$extrawherei.=" OR";
|
||||
$extrawhere.=" OR";
|
||||
}
|
||||
$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 ($extrawhere!='') {
|
||||
$extrawherei.=" OR";
|
||||
$extrawhere.=" OR";
|
||||
}
|
||||
$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 ($extrawhere!='') {
|
||||
$extrawherei.=" OR";
|
||||
$extrawhere.=" OR";
|
||||
}
|
||||
$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 ($extrawhere!='') {
|
||||
$extrawherei.=" OR";
|
||||
$extrawhere.=" OR";
|
||||
}
|
||||
$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 ($extrawhere!='') {
|
||||
$extrawherei.=" OR";
|
||||
$extrawhere.=" OR";
|
||||
}
|
||||
$extrawhere.=" COL_EQSL_QSL_RCVD='Y'";
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用