mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix typo
This commit is contained in:
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user