Merge pull request #587 from AndreasK79/bugfix_in_logbook_model_qrz
Found a space that should not be there.
这个提交包含在:
当前提交
ccac7f1828
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -146,7 +146,7 @@ class Logbook_model extends CI_Model {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->exists_qrz_api_key($station_id)) {
|
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']));
|
$data['COL_MY_CITY'] = strtoupper(trim($station['station_city']));
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用