This commit is contained in:
DB4SCW
2024-09-03 12:09:54 +00:00
parent 6aea4f6f87
commit b378cebbb3

View File

@@ -116,7 +116,7 @@ class Reg1testformat {
$qsopoints = intval(round($distance * $bandmultiplicator, 0));
$result['claimedpoints'] += $qsopoints;
$qsorow .= $qsopoints . ";"; //qso points = distance * bandmultiplicatory
$qsorow .= $qsopoints . ";"; //qso points = distance * bandmultiplicator
//determine if the exchange is new or not
if(!in_array($row->COL_SRX_STRING, $exchanges)){