mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-16 19:08:38 +01:00
wrong function name
This commit is contained in:
parent
ae183c1c42
commit
da370c53c0
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
function country_code_to_country( $code ){
|
||||
function get_country( $code ){
|
||||
$code = strtoupper($code);
|
||||
$country = '';
|
||||
if( $code == 'AF' ) $country = 'Afghanistan';
|
||||
|
Loading…
x
Reference in New Issue
Block a user