mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix curly braces and commit suggested changes by HB9HIL
This commit is contained in:
@@ -231,7 +231,7 @@ class Cabrillo extends CI_Controller {
|
||||
|
||||
//create error if more than 1 QSO is found and skip
|
||||
if(count($contest_qsos) != 1){
|
||||
array_push($custom_errors, "QSO " . $i . " not found or more that 1 QSOs found that match the criteria of the CBR file. Skipping as a safety measure.");
|
||||
array_push($custom_errors, sprintf(__("QSO %s not found or more that 1 QSOs found that match the criteria of the CBR file. Skipping as a safety measure.", $i)));
|
||||
$i++;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user