removed error when prefix is not found in the country.csv
This commit is contained in:
LX1IQ 2017-06-14 08:03:26 +02:00 committed by GitHub
parent 6c748e6980
commit 73be5ec018
1 changed files with 1 additions and 0 deletions

View File

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