From a6d789b99c4ec93621c826a398d80f52c2425f30 Mon Sep 17 00:00:00 2001 From: quix0r Date: Wed, 23 Jan 2013 01:11:50 +0000 Subject: [PATCH] Swapped all --- inc/extensions/order/mode-update.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/extensions/order/mode-update.php b/inc/extensions/order/mode-update.php index aef7ff19a1..99855aab6f 100644 --- a/inc/extensions/order/mode-update.php +++ b/inc/extensions/order/mode-update.php @@ -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ügt (vorher: allgemeine tables.sql)."); -- 2.39.5