diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php
index f73d61465..1e2f2b1ea 100644
--- a/application/views/timeline/index.php
+++ b/application/views/timeline/index.php
@@ -198,7 +198,7 @@ function write_dxcc_timeline($timeline_array, $custom_date_format, $bandselect,
' . __("Date") . ' |
' . __("Prefix") . ' |
' . __("Country") . ' | ';
- if ($propmode == 'SAT') {
+ if ($propmode == 'SAT' || $propmode == 'All') {
echo ' '.__("Satellite").' | ';
}
echo ' ' . __("Status") . ' |
@@ -215,7 +215,7 @@ function write_dxcc_timeline($timeline_array, $custom_date_format, $bandselect,
' . date($custom_date_format, $date_as_timestamp) . ' |
' . $line->prefix . ' |
' . ucwords(strtolower($line->dxcc_name)) . ' | ';
- if ($propmode == 'SAT') {
+ if ($propmode == 'SAT' || $propmode == 'All') {
echo ''.$line->sat_name.' | ';
}
echo ' ';
@@ -360,7 +360,7 @@ function write_vucc_timeline($timeline_array, $custom_date_format, $bandselect,
| '.__("Date").' |
'.__("Time").' |
'.__("Gridsquare").' | ';
- if ($propmode == 'SAT') {
+ if ($propmode == 'SAT' || $propmode == 'All') {
echo ' '.__("Satellite").' | ';
}
echo ' '.__("Show QSOs").' |
@@ -376,7 +376,7 @@ function write_vucc_timeline($timeline_array, $custom_date_format, $bandselect,
' . date($custom_date_format, $date_as_timestamp) . ' |
' . date('H:i', $date_as_timestamp) . ' |
' . $line['gridsquare'] . ' | ';
- if ($propmode == 'SAT') {
+ if ($propmode == 'SAT' || $propmode == 'All') {
echo ''.$line['sat_name'].' | ';
}
echo ' '.__("Show").' |