]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-optimize.php
Updated domain without a dash :(
[mailer.git] / inc / extensions / ext-optimize.php
index 1a1d36f592cb5e29fc2fe57d06dda05e443461fe..a61c7c0a10ac624dbd5e2bc878b14782f12b1992 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -121,7 +121,7 @@ PRIMARY KEY (`id`)",
                break;
 
        default: // Unknown extension mode
-               reportBug(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName()));
+               reportBug(__FILE__, __LINE__, sprintf('Unknown extension mode %s in extension %s detected.', getExtensionMode(), getCurrentExtensionName()));
                break;
 } // END - switch