removed error when prefix is not found in the country.csv
pull/1/head
LX1IQ 9 years ago committed by GitHub
parent 6c748e6980
commit 73be5ec018

@ -258,6 +258,7 @@ class xReflector {
$Image = "";
$FoundFlag = false;
$Letters = 4;
$Name = "";
while (($Letters >= 2) && (!$FoundFlag)) {
$j = 0;
$Prefix = substr($Callsign, 0, $Letters);

Loading…
Cancel
Save

Powered by TurnKey Linux.