diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 62ff324a..5062032b 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -296,7 +296,7 @@ $hashtags = "#hamr #cloudlog"; } - $twitter_string = urlencode("Just worked ".$row->COL_CALL." in ".ucwords(strtolower(($row->COL_COUNTRY)))." (Gridsquare: ".$row->COL_GRIDSQUARE.") on ".$twitter_band_sat." using ".$row->COL_MODE." ".$hashtags); + $twitter_string = urlencode("Just worked ".$row->COL_CALL." in ".ucwords(strtolower(($row->COL_COUNTRY)))." (Gridsquare: ".$row->COL_GRIDSQUARE.") on ".$twitter_band_sat." using ".($row->COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE)." ".$hashtags); ?>