]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-imprint.php
Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example...
[mailer.git] / inc / extensions / ext-imprint.php
index 4155fdf4926bafbd3e5b767bfeb42003760cd174..78fb3d595a2b35397fc38e7990aa8fa35a756c14 100644 (file)
@@ -72,7 +72,7 @@ switch (getExtensionMode()) {
 `imprint_value` VARCHAR(255) NOT NULL DEFAULT '',
 UNIQUE (`imprint_key`),
 PRIMARY KEY (`imprint_id`)
-) TYPE={?_TABLE_TYPE?} COMMENT='Imprint data'");
+) ENGINE = {?_TABLE_TYPE?} CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT = 'Imprint data'");
 
                // Init imprint data
                addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_imprint_data` (`imprint_key`) VALUES ('company'),('surname'),('family'),('street_nr1'),('street_nr2'),('zip'),('city'),('state'),('country'),('phone'),('fax'),('email'),('footer')");