]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-other.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / extensions / ext-other.php
index 02e16d3baf3ccdf2760f1c25d05ecdfdb82bf91a..fd0c94b00a548c0fcc5abb33aa2ad96e4685a436 100644 (file)
@@ -89,7 +89,7 @@ switch (getExtensionMode()) {
                                break;
 
                        case '0.0.4': // SQL queries for v0.0.4
                                break;
 
                        case '0.0.4': // SQL queries for v0.0.4
-                               addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD max_comma TINYINT(3) UNSIGNED NOT NULL DEFAULT '3'");
+                               addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD max_comma TINYINT(3) UNSIGNED NOT NULL DEFAULT 3");
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Angezeigte Kommastellen können zwischen 0 und 5 eingestellt werden.");
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Angezeigte Kommastellen können zwischen 0 und 5 eingestellt werden.");