...

World Wide Web Server 2012-07-04 16:03:52 -07: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]