]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-other.php
Handling of cache 'earning' added
[mailer.git] / inc / extensions / ext-other.php
index 6dec5f8d9f120cc41744c61386ef80f69c1b77af..3e5227e1b70855fe498b99fab3cf3aad764c5646 100644 (file)
@@ -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).");