]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/country_functions.php
Some language strings fixed, renamed. Copyright notice updated
[mailer.git] / inc / libs / country_functions.php
index f6874279e01101833220ce38095a5bf95775f72f..a001eef4658d86c5273e481dce3e7586324b5fdf 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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']);