Please find all these as they currently cause missing SQL columns if they are not...
authorRoland Häder <roland@mxchange.org>
Thu, 17 Jan 2013 01:54:36 +0000 (01:54 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 17 Jan 2013 01:54:36 +0000 (01:54 +0000)
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).");