mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
corrected typo
This commit is contained in:
parent
5140181bba
commit
f2a16d4e52
@ -59,14 +59,14 @@
|
||||
unset($country);
|
||||
unset($this->country_array[' ']);
|
||||
// try to translate them and sort alphabetic
|
||||
foreach($this->countrys as $k => $name)
|
||||
foreach($this->country_array as $k => $name)
|
||||
{
|
||||
if (($translated = lang($name)) != $name.'*')
|
||||
{
|
||||
$this->countrys[$k] = $translated;
|
||||
$this->country_array[$k] = $translated;
|
||||
}
|
||||
}
|
||||
asort($this->countrys);
|
||||
asort($this->country_array);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user