]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-other.php
Extension ext-blacklist continued:
[mailer.git] / inc / extensions / ext-other.php
index 9b292bb8004f83ba6703c1311d122ac56ccc4902..7e3ebc75141ddcbaf81c97969450cfb882124707 100644 (file)
@@ -229,7 +229,7 @@ switch (getExtensionMode()) {
                                break;
 
                        case '0.2.6': // SQL queries for v0.2.6
-                               addConfigAddSql('stats_enabled', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
+                               addConfigAddSql('internal_stats', "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).");