mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove W if you choose to only show confirmed
This commit is contained in:
@@ -167,7 +167,9 @@ class WAE extends CI_Model {
|
|||||||
$summary['confirmed'][$wae->col_band]++;
|
$summary['confirmed'][$wae->col_band]++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$dxccMatrix[$entityKey][$wae->col_band] = '<div class="bg-danger awardsBgWarning" ><a href=\'javascript:displayContacts("'.$entityKey.'","'. $wae->col_band . '","'. $postdata['sat'] . '","'. $postdata['orbit'] . '","'. $postdata['mode'] . '","WAE", "", "'.$postdata['dateFrom'].'", "'.$postdata['dateTo'].'")\'>W</a></div>';
|
if ($postdata['worked'] != NULL) {
|
||||||
|
$dxccMatrix[$entityKey][$wae->col_band] = '<div class="bg-danger awardsBgWarning" ><a href=\'javascript:displayContacts("'.$entityKey.'","'. $wae->col_band . '","'. $postdata['sat'] . '","'. $postdata['orbit'] . '","'. $postdata['mode'] . '","WAE", "", "'.$postdata['dateFrom'].'", "'.$postdata['dateTo'].'")\'>W</a></div>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Track worked entities for summary
|
// Track worked entities for summary
|
||||||
|
|||||||
Reference in New Issue
Block a user