1
0
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:
Bui 2014-09-26 10:17:47 +09:00
parent ae183c1c42
commit da370c53c0

View File

@ -1,6 +1,6 @@
<?php
function country_code_to_country( $code ){
function get_country( $code ){
$code = strtoupper($code);
$country = '';
if( $code == 'AF' ) $country = 'Afghanistan';