correction of variable name

这个提交包含在:
abarrau 2023-09-24 09:36:21 +02:00 提交者 GitHub
父节点 f21efc03cd
当前提交 c64c41d049
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -204,7 +204,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'";
}