X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fcountry_functions.php;h=2dfd60e3b0fbb08113cd346e5080970a9b70c22c;hb=77669502ccc2779d32a842f6d523fb68169fadda;hp=0f4201057f48eaa9dc7fd708850406243428fc22;hpb=2df9f7a53f8b1dd5164f87824a324ccb3b6634cb;p=mailer.git diff --git a/inc/libs/country_functions.php b/inc/libs/country_functions.php index 0f4201057f..2dfd60e3b0 100644 --- a/inc/libs/country_functions.php +++ b/inc/libs/country_functions.php @@ -60,7 +60,7 @@ LIMIT 1", if (SQL_NUMROWS($result) == 1) { // Load entry $content = SQL_FETCHARRAY($result); - //* DEBUG: */ print($id.'=
'.print_r($content, true).'
'); + //* DEBUG: */ print($id.'=
'.print_r($content, TRUE).'
'); // Construct human-readable description $ret = sprintf("%s (%s)", $content['descr'], $content['code']);