Found a space that should not be there.

这个提交包含在:
Andreas 2020-08-29 13:50:22 +02:00
父节点 640d0c151b
当前提交 cc541aba61

查看文件

@ -146,7 +146,7 @@ class Logbook_model extends CI_Model {
}
if ($this->exists_qrz_api_key($station_id)) {
$data['COL_QRZCOM_QSO_UPLOAD_STATUS '] = 'N';
$data['COL_QRZCOM_QSO_UPLOAD_STATUS'] = 'N';
}
$data['COL_MY_CITY'] = strtoupper(trim($station['station_city']));