]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-order.php
Renamed some all-capitalized variables small
[mailer.git] / inc / extensions / ext-order.php
index 16ea3d257da7d76587383e7dbfcd145582456ee1..87b84ce3b43c9a8adbdda49125518a8991b4113a 100644 (file)
@@ -141,7 +141,7 @@ switch (getExtensionMode()) {
                                break;
 
                        case '0.2.3': // SQL queries for v0.2.3
-                               addConfigAddSql('order_min', "BIGINT(20) UNSIGNED NOT NULL DEFAULT 10");
+                               addConfigAddSql('order_min', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 10');
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Minimum an Empfänger pro Mailbuchung einstellbar. Standard: 10 Empfänger");