diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 774643827..0c87d82df 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -609,7 +609,7 @@ class Lotw extends CI_Controller { $table .= "".$record['qsl_rcvd'].""; $table .= "".$qsl_date.""; $table .= "".$state.""; - $table .= "".(($qsl_gridsquare != '' ? $qsl_gridsquare : ($record['gridsquare'] ?? '')) ?? $qsl_vucc_grids).""; + $table .= "".($qsl_gridsquare != '' ? $qsl_gridsquare : $qsl_vucc_grids).""; $table .= "".$iota.""; $table .= "QSO Record: ".$status[0].""; $table .= "LoTW Record: ".$lotw_status."";