X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fcountry_functions.php;h=66a2fed69445012b4baee3860f403e976ad04a9f;hb=262c3e87d0a80ec8a4435b2564d4b666fd329bf6;hp=6f31bb5102e47ac9cebdf17eb13c3a5c26b813b4;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/libs/country_functions.php b/inc/libs/country_functions.php index 6f31bb5102..66a2fed694 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] ?>