We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0cbc5 commit 40e779aCopy full SHA for 40e779a
application/models/Dok.php
@@ -38,7 +38,7 @@ function get_dok_array($bands, $postdata, $location_list) {
38
$dokBand = $this->getDokConfirmed($location_list, $band, $postdata);
39
foreach ($dokBand as $line) {
40
if (array_key_exists($line->COL_DARC_DOK, $bandDok)) { /* For now ignore DOKs which are logged but not existing in the official lists any more */
41
- $bandDok[$line->COL_DARC_DOK][$band] = '<div class="bg-success awardsBgSuccess"><a href=\'javascript:displayContacts("' . $line->COL_DARC_DOK . '","' . $band . '","All","All"' . $postdata['mode'] . '","DOK", "'.$qsl.'")\'>C</a></div>';
+ $bandDok[$line->COL_DARC_DOK][$band] = '<div class="bg-success awardsBgSuccess"><a href=\'javascript:displayContacts("' . $line->COL_DARC_DOK . '","' . $band . '","All","All","' . $postdata['mode'] . '","DOK", "'.$qsl.'")\'>C</a></div>';
42
$doks[$line->COL_DARC_DOK]['count']++;
43
}
44
0 commit comments