]> git.mxchange.org Git - mailer.git/commitdiff
Swapped all
authorRoland Häder <roland@mxchange.org>
Wed, 23 Jan 2013 01:11:50 +0000 (01:11 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 23 Jan 2013 01:11:50 +0000 (01:11 +0000)
inc/extensions/order/mode-update.php

index aef7ff19a12659fba6933ba536f44cc66298922c..99855aab6fe62f7bd6474239bec3ce84a9e4b78b 100644 (file)
@@ -342,12 +342,12 @@ nicht die vom Mitglied eingegebene. Resultat: Das Script beschwerte sich, der Us
                                break;
 
                        case '0.5.9': // SQL queries for v0.5.9
-                               addConfigChangeSql('unconfirmed', 'max_unconfirmed', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 100');
                                addConfigAddSql('max_unconfirmed', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 100');
-                               addConfigChangeSql('autosend_active', 'autosend_member_mails', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
+                               addConfigChangeSql('unconfirmed', 'max_unconfirmed', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 100');
                                addConfigAddSql('autosend_member_mails', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
-                               addConfigChangeSql('max_tlength', 'max_text_length', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 1000');
+                               addConfigChangeSql('autosend_active', 'autosend_member_mails', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
                                addConfigAddSql('max_text_length', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 1000');
+                               addConfigChangeSql('max_tlength', 'max_text_length', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 1000');
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Konfiguration wird nun in dieser Erweiterung hinzugef&uuml;gt (vorher: allgemeine <strong>tables.sql</strong>).");