mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #3029 from AndreasK79/cq_award_confirmed_fix
This commit is contained in:
@@ -80,7 +80,9 @@ class CQ extends CI_Model{
|
|||||||
$summary['confirmed'][$cq->col_band]++;
|
$summary['confirmed'][$cq->col_band]++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$bandCq[$cq->col_cqz][$cq->col_band] = '<div class="bg-danger awardsBgWarning"><a href=\'javascript:displayContacts("' . str_replace("&", "%26", $cq->col_cqz) . '","' . $cq->col_band . '","All", "All","'. $postdata['mode'] . '","CQZone","")\'>W</a></div>';
|
if ($postdata['worked'] != NULL) {
|
||||||
|
$bandCq[$cq->col_cqz][$cq->col_band] = '<div class="bg-danger awardsBgWarning"><a href=\'javascript:displayContacts("' . str_replace("&", "%26", $cq->col_cqz) . '","' . $cq->col_band . '","All", "All","'. $postdata['mode'] . '","CQZone","")\'>W</a></div>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Track worked zones for summary
|
// Track worked zones for summary
|
||||||
@@ -130,7 +132,9 @@ class CQ extends CI_Model{
|
|||||||
$summary['confirmed'][$cq->col_band]++;
|
$summary['confirmed'][$cq->col_band]++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$bandCq[$cq->col_cqz][$cq->col_band] = '<div class="bg-danger awardsBgWarning"><a href=\'javascript:displayContacts("' . str_replace("&", "%26", $cq->col_cqz) . '","' . $cq->col_band . '","All", "All","'. $postdata['mode'] . '","CQZone","")\'>W</a></div>';
|
if ($postdata['worked'] != NULL) {
|
||||||
|
$bandCq[$cq->col_cqz][$cq->col_band] = '<div class="bg-danger awardsBgWarning"><a href=\'javascript:displayContacts("' . str_replace("&", "%26", $cq->col_cqz) . '","' . $cq->col_band . '","All", "All","'. $postdata['mode'] . '","CQZone","")\'>W</a></div>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Track worked zones for summary
|
// Track worked zones for summary
|
||||||
|
|||||||
Reference in New Issue
Block a user