mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
fb89897754
commit
4005fbe7c3
@ -331,12 +331,10 @@ function valid_country($country_code = '') {
|
||||
);
|
||||
|
||||
if(isset($cc[$country_code])) {
|
||||
$str = $cc[$country_code];
|
||||
return $cc[$country_code];
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
unset($ccodes);
|
||||
|
||||
return $str;
|
||||
unset($cc);
|
||||
}[/code]
|
Loading…
x
Reference in New Issue
Block a user