correct misunderstanding of format

This commit is contained in:
DB4SCW
2024-08-26 16:09:45 +00:00
parent 1ace8381b7
commit f3a00b84da
2 changed files with 2 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ class Reg1testformat {
return "\r\n";
}
public function qso($qsodata, $qsonumber) {
public function qso($qsodata) {
//Construct QSO detail
$edi_detail = "";

View File

@@ -13,10 +13,8 @@ echo $CI->reg1testformat->header($contest_id, $from, $to, $callsign, $gridlocato
$soapbox, $qso_count, $sentexchange, $txequipment, $power, $rxequipment, $antenna, $antennaheight, $maxdistanceqso);
//write QSO details while keeping track of the QSO number
$i = 1;
foreach ($qsos->result() as $row) {
echo $CI->reg1testformat->qso($row, $i);
$i++;
echo $CI->reg1testformat->qso($row);
}
//get footer