]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/country_functions.php
Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple...
[mailer.git] / inc / libs / country_functions.php
index 0f4201057f48eaa9dc7fd708850406243428fc22..2dfd60e3b0fbb08113cd346e5080970a9b70c22c 100644 (file)
@@ -60,7 +60,7 @@ LIMIT 1",
        if (SQL_NUMROWS($result) == 1) {
                // Load entry
                $content = SQL_FETCHARRAY($result);
-               //* DEBUG: */ print($id.'=<pre>'.print_r($content, true).'</pre>');
+               //* DEBUG: */ print($id.'=<pre>'.print_r($content, TRUE).'</pre>');
 
                // Construct human-readable description
                $ret = sprintf("%s (%s)", $content['descr'], $content['code']);