]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-iso3166.php
The yearly copyright-update commit. 2009, 2010 are now copyrighted on the developer...
[mailer.git] / inc / extensions / ext-iso3166.php
index 2d3ccd5bf5330038eadebbe381509698c101db04..4655e5b16e5f25655a9884cc175d4db2d739efd0 100644 (file)
@@ -17,8 +17,9 @@
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
- * Copyright (c) 2008 by Wolfgang Stelzhammer                           *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2008 by Wolfgang Stelzhammer                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -339,7 +340,7 @@ VALUES ('AD', 'Andorra', 'ext-iso3166'),
                break;
 
        default: // Unknown extension mode
-               DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
+               logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
                break;
 }