X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-network.php;h=8a1a5b5976f60b7ac050f0ffd8a651e823026ae2;hp=68a1f54d2abf4304f8f05c0ca3ef5408a3f8ca6b;hb=e5527fd38a6585c8466dc28d013f12d21eb7c07a;hpb=0d16dc908325fb9078d335e17f4e7c86b54eda7d diff --git a/inc/extensions/ext-network.php b/inc/extensions/ext-network.php index 68a1f54d2a..8a1a5b5976 100644 --- a/inc/extensions/ext-network.php +++ b/inc/extensions/ext-network.php @@ -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 * @@ -109,7 +109,7 @@ switch (getExtensionMode()) { 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