mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixes wrong amount of cols when SAT was never worked
This commit is contained in:
@@ -287,10 +287,12 @@
|
||||
$addsat='<td style="text-align: center">' . $dxcc . '</td>';
|
||||
}
|
||||
}
|
||||
|
||||
if (count($bands) > 1) {
|
||||
echo '<td class="spacingcell"></td>';
|
||||
}
|
||||
|
||||
if ($addsat != '' && count($dxcc_summary['worked']) > 1) {
|
||||
if (count($bands) > 1) {
|
||||
echo '<td class="spacingcell"></td>';
|
||||
}
|
||||
echo $addsat;
|
||||
}
|
||||
|
||||
@@ -310,10 +312,11 @@
|
||||
$addsat='<td style="text-align: center">' . $dxcc . '</td>';
|
||||
}
|
||||
}
|
||||
if (count($bands) > 1) {
|
||||
echo '<td class="spacingcell"></td>';
|
||||
}
|
||||
|
||||
if ($addsat != '' && count($dxcc_summary['confirmed']) > 1) {
|
||||
if (count($bands) > 1) {
|
||||
echo '<td class="spacingcell"></td>';
|
||||
}
|
||||
echo $addsat;
|
||||
}
|
||||
|
||||
|
||||
@@ -255,10 +255,12 @@
|
||||
$addsat='<td style="text-align: center">' . $iota . '</td>';
|
||||
}
|
||||
}
|
||||
|
||||
if (count($bands) > 1) {
|
||||
echo '<td class="spacingcell"></td>';
|
||||
}
|
||||
|
||||
if ($addsat != '' && count($iota_summary['worked']) > 1) {
|
||||
if (count($bands) > 1) {
|
||||
echo '<td class="spacingcell"></td>';
|
||||
}
|
||||
echo $addsat;
|
||||
}
|
||||
|
||||
@@ -279,10 +281,12 @@
|
||||
$addsat='<td style="text-align: center">' . $iota . '</td>';
|
||||
}
|
||||
}
|
||||
|
||||
if (count($bands) > 1) {
|
||||
echo '<td class="spacingcell"></td>';
|
||||
}
|
||||
|
||||
if ($addsat != '' && count($iota_summary['confirmed']) > 1) {
|
||||
if (count($bands) > 1) {
|
||||
echo '<td class="spacingcell"></td>';
|
||||
}
|
||||
echo $addsat;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user