diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index ce21bc62..0662935a 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -133,7 +133,7 @@ margin: 10px 0; COL_GRIDSQUARE != null) { - $stn_loc = $this->qra->qra2latlong(trim(strtoupper($row->COL_GRIDSQUARE))); + $stn_loc = $this->qra->qra2latlong(trim($row->COL_GRIDSQUARE)); $lat = $stn_loc[0]; $lng = $stn_loc[1]; } else {