]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-sql_patches.php
Introduced 'per-what-word-wrapping
[mailer.git] / inc / extensions / ext-sql_patches.php
index 169365ac929abf27f541b822025e83dceeee97b6..0bf2a50359bb278379872f02e429aafc2c0ae4c2 100644 (file)
@@ -268,7 +268,7 @@ IN (
                                break;
 
                        case '0.2.1': // SQL queries for v0.2.1
-                               addConfigAddSql('css_php', "ENUM('DIRECT','FILE') NOT NULL DEFAULT 'FILE'");
+                               addConfigAddSql('css_php', "ENUM('DIRECT','FILE','INLINE') NOT NULL DEFAULT 'FILE'");
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Ausgabe der CSS-Dateien entweder per css.php oder sie sind direkt eingebunden.");