]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/country_functions.php
Fix for broken cache handling in lib-mysql3.php, debug lines added
[mailer.git] / inc / libs / country_functions.php
index f6874279e01101833220ce38095a5bf95775f72f..08628bc4e28dd8b471c3a9752355d6e860b1e0dd 100644 (file)
@@ -53,6 +53,7 @@ function generateCountryInfo ($id) {
        if (SQL_NUMROWS($result) == 1) {
                // Load entry
                $content = SQL_FETCHARRAY($result);
+               //* DEBUG: */ print($id.'=<pre>'.print_r($content, true).'</pre>');
 
                // Construct human-readable description
                $ret = sprintf("%s (%s)", $content['descr'], $content['code']);