1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2024-12-23 01:55:49 -05:00
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

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);