diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index b70ce585b..c6c82c1d1 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -528,6 +528,8 @@ class Lotw extends CI_Controller { // Only overwrite if incoming grid is at least of the same length/precision than existing in the QSO record if (strlen($record['gridsquare']) >= strlen($status[2])) { $qsl_gridsquare = $record['gridsquare']; + } else { + $qsl_gridsquare = ""; } } else { $qsl_gridsquare = "";