diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 87df334b..0d952ac6 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -153,7 +153,7 @@ COL_COUNTRY != null) { ?> Country: - COL_COUNTRY; ?> + COL_COUNTRY))); ?> @@ -252,6 +252,22 @@

Edit QSO

+ COL_SAT_NAME != null) { + $twitter_band_sat = $row->COL_SAT_NAME; + $hashtags = "#hamr #cloudlog #amsat"; + } else { + $twitter_band_sat = $row->COL_BAND; + $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." ".$hashtags); + ?> + +

Share QSO

+ Tweet +