]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-maintenance.php
Variable renamed, function refactured/moved:
[mailer.git] / inc / extensions / ext-maintenance.php
index edd99b4483e1d096b7e56605ba5bf4573b3709c0..3f3d3631d71bc05fff3acf51f615e8cccb71b2c4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 08/13/2004 *
- * ================                             Last change: 08/13/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 08/13/2004 *
+ * ===================                          Last change: 08/13/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : ext-maintenance.php                              *
  * $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 - 2009 by Roland Haeder                           *
+ * 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 *
@@ -117,7 +116,7 @@ switch (getExtensionMode()) {
                break;
 
        default: // Unknown extension mode
-               DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
+               logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName()));
                break;
 }