From cc541aba61c50d852792063c337e7018ec5925ed Mon Sep 17 00:00:00 2001 From: Andreas Date: Sat, 29 Aug 2020 13:50:22 +0200 Subject: [PATCH] Found a space that should not be there. --- application/models/Logbook_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 0b7cfcef..8936a9a5 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -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']));