Skip to content

Commit 40e779a

Browse files
committed
Fix syntax error
1 parent 3a0cbc5 commit 40e779a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/models/Dok.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function get_dok_array($bands, $postdata, $location_list) {
3838
$dokBand = $this->getDokConfirmed($location_list, $band, $postdata);
3939
foreach ($dokBand as $line) {
4040
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>';
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>';
4242
$doks[$line->COL_DARC_DOK]['count']++;
4343
}
4444
}

0 commit comments

Comments
 (0)