X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fcountry_functions.php;h=a001eef4658d86c5273e481dce3e7586324b5fdf;hb=c3b4eaf29946349ff058691db2dcb615a5379bb2;hp=6f31bb5102e47ac9cebdf17eb13c3a5c26b813b4;hpb=7f104f6fe558bb56b4205241435a2357c2feece1;p=mailer.git diff --git a/inc/libs/country_functions.php b/inc/libs/country_functions.php index 6f31bb5102..a001eef465 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] ?>