Revision 988640d3
Added by Renato Botelho over 6 years ago
src/usr/local/www/getserviceproviders.php | ||
---|---|---|
48 | 48 |
|
49 | 49 |
function country_list() { |
50 | 50 |
global $serviceproviders; |
51 |
$country_list = get_country_name("ALL");
|
|
51 |
$country_list = get_country_name(); |
|
52 | 52 |
foreach ($serviceproviders as $sp) { |
53 | 53 |
foreach ($country_list as $country) { |
54 | 54 |
if (strtoupper($sp['attr']['code']) == $country['code']) { |
Also available in: Unified diff
Make get_countr_code() parameter default to 'ALL'