X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-other.php;h=7d40a4f9962a757cd14f3999af021576832d7031;hb=7957bf99511c45f993cdad1304ade6700385fef8;hp=6dec5f8d9f120cc41744c61386ef80f69c1b77af;hpb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f;p=mailer.git diff --git a/inc/extensions/ext-other.php b/inc/extensions/ext-other.php index 6dec5f8d9f..7d40a4f996 100644 --- a/inc/extensions/ext-other.php +++ b/inc/extensions/ext-other.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -229,7 +229,7 @@ switch (getExtensionMode()) { break; case '0.2.6': // SQL queries for v0.2.5 - addConfigAddSql('stats_enabled', "ENUM('Y','N') NOT NULL DEFAULT 'Y'"); + addConfigAddSql('stats_enabled', "ENUM('Y','N') NOT NULL DEFAULT 'N'"); // Update notes (these will be set as task text!) setExtensionUpdateNotes("Interne Statistiken sind nun abschaltbar (kann Performance bringen).");