Merge branch 'dev' of https://github.com/magicbug/Cloudlog into dev
这个提交包含在:
当前提交
4fcbc9e78d
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -2924,7 +2924,7 @@ function check_if_callsign_worked_in_logbook($callsign, $StationLocationsArray =
|
|||
'COL_QRZCOM_QSO_DOWNLOAD_DATE' => $qsl_date,
|
||||
'COL_QRZCOM_QSO_DOWNLOAD_STATUS' => $qsl_status,
|
||||
);
|
||||
|
||||
|
||||
|
||||
$this->db->where('date_format(COL_TIME_ON, \'%Y-%m-%d %H:%i\') = "'.$datetime.'"');
|
||||
$this->db->where('COL_CALL', $callsign);
|
||||
|
|
@ -3676,8 +3676,8 @@ function lotw_last_qsl_date($user_id) {
|
|||
$band = strtolower($record['band']);
|
||||
} else {
|
||||
if (isset($record['freq'])){
|
||||
if($freq != "0") {
|
||||
$band = $CI->frequency->GetBand($freq);
|
||||
if($record['freq'] != "0") {
|
||||
$band = $CI->frequency->GetBand($record['freq']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用