|
|
|
@ -254,6 +254,7 @@ class xReflector {
|
|
|
|
while (($z < count($this->Flagarray[$j]['DXCC'])) && (!$FoundFlag)) {
|
|
|
|
while (($z < count($this->Flagarray[$j]['DXCC'])) && (!$FoundFlag)) {
|
|
|
|
if (trim($Prefix) == trim($this->Flagarray[$j]['DXCC'][$z])) {
|
|
|
|
if (trim($Prefix) == trim($this->Flagarray[$j]['DXCC'][$z])) {
|
|
|
|
$Image = $this->Flagarray[$j]['ISO'];
|
|
|
|
$Image = $this->Flagarray[$j]['ISO'];
|
|
|
|
|
|
|
|
$Name = $this->Flagarray[$j]['Country'];
|
|
|
|
$FoundFlag = true;
|
|
|
|
$FoundFlag = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$z++;
|
|
|
|
$z++;
|
|
|
|
@ -263,7 +264,7 @@ class xReflector {
|
|
|
|
$Letters--;
|
|
|
|
$Letters--;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return strtolower($Image);
|
|
|
|
return array(strtolower($Image), $Name);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function GetModules() {
|
|
|
|
public function GetModules() {
|
|
|
|
|