]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/country_functions.php
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / inc / libs / country_functions.php
index 30b1cfec4f6937f0ccf302e95344d3d83c2d8d8c..ec76f25c1e8430b05b1498dad49d796a248b3828 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Funktionen fuer den Newsletter an die Gaeste     *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -41,7 +46,7 @@ if (!defined('__SECURITY')) {
 function COUNTRY_GENERATE_INFO ($id) {
        // Load code and description
        $result = SQL_QUERY_ESC("SELECT code, descr FROM `{!_MYSQL_PREFIX!}_countries` WHERE id=%s LIMIT 1",
-               array(bigintval($id)), __FILE__, __LINE__);
+               array(bigintval($id)), __FUNCTION__, __LINE__);
 
        // Is there an entry?
        if (SQL_NUMROWS($result) == 1) {