forked from GithubBackups/vichan
wrong function name
This commit is contained in:
parent
ae183c1c42
commit
da370c53c0
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
function country_code_to_country( $code ){
|
function get_country( $code ){
|
||||||
$code = strtoupper($code);
|
$code = strtoupper($code);
|
||||||
$country = '';
|
$country = '';
|
||||||
if( $code == 'AF' ) $country = 'Afghanistan';
|
if( $code == 'AF' ) $country = 'Afghanistan';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user