@@ -28,7 +28,7 @@ function get_dok_array($bands, $postdata, $location_list) {
2828 $ dokBand = $ this ->getDokWorked ($ location_list , $ band , $ postdata );
2929 foreach ($ dokBand as $ line ) {
3030 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 */
31- $ bandDok [$ line ->COL_DARC_DOK ][$ band ] = '<div class="bg-danger awardsBgDanger"><a href= \'javascript:displayContacts(" ' . $ line ->COL_DARC_DOK . '"," ' . $ band . '"," ' . $ postdata ['mode ' ] . '","DOK", "") \'>W</a></div> ' ;
31+ $ bandDok [$ line ->COL_DARC_DOK ][$ band ] = '<div class="bg-danger awardsBgDanger"><a href= \'javascript:displayContacts(" ' . $ line ->COL_DARC_DOK . '"," ' . $ band . '","All","All"," ' . $ postdata ['mode ' ] . '","DOK", "") \'>W</a></div> ' ;
3232 $ doks [$ line ->COL_DARC_DOK ]['count ' ]++;
3333 }
3434 }
@@ -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 . '"," ' . $ 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