1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-06-19 05:48:34 -04: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
+1
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);