X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fcountry_functions.php;h=1b7980bae2fc166ba5ba8ce65deca0a7e5ca3936;hb=0f3a135204757cc8750262871c8e62c42300acb4;hp=30b39fae7507cea2f2094929758dede55faba88b;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/libs/country_functions.php b/inc/libs/country_functions.php index 30b39fae75..1b7980bae2 100644 --- a/inc/libs/country_functions.php +++ b/inc/libs/country_functions.php @@ -1,7 +1,7 @@ '.print_r($content, true).''); + + // Construct human-readable description + $ret = sprintf("%s (%s)", $content['descr'], $content['code']); + } // END - if + + // Free the result + SQL_FREERESULT($result); // Return info return $ret; } -// + +// [EOF] ?>