mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-21 06:13:43 +00:00
bugfix
removed error when prefix is not found in the country.csv
This commit is contained in:
parent
6c748e6980
commit
73be5ec018
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ class xReflector {
|
|||
$Image = "";
|
||||
$FoundFlag = false;
|
||||
$Letters = 4;
|
||||
$Name = "";
|
||||
while (($Letters >= 2) && (!$FoundFlag)) {
|
||||
$j = 0;
|
||||
$Prefix = substr($Callsign, 0, $Letters);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue