X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-html_mail.php;h=319ca7250bf4639b6e13b5f0daa0079695e24268;hb=0b40a479636c2ee308c11afc8cd04c18b93a80e5;hp=88481d29682d95f2182454ecae2861c873f8a78b;hpb=e5527fd38a6585c8466dc28d013f12d21eb7c07a;p=mailer.git diff --git a/inc/extensions/ext-html_mail.php b/inc/extensions/ext-html_mail.php index 88481d2968..319ca7250b 100644 --- a/inc/extensions/ext-html_mail.php +++ b/inc/extensions/ext-html_mail.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -50,7 +50,6 @@ switch (getExtensionMode()) { case 'setup': // Do stuff when installation is running // SQL commands to run addExtensionAddTableColumnSql('user_data', 'html', "ENUM('Y','N') NOT NULL DEFAULT 'Y'"); - addExtensionAddTableColumnSql('bonus', 'html_msg', "ENUM('Y','N') NOT NULL DEFAULT 'N'"); addExtensionAddTableColumnSql('pool', 'html_msg', "ENUM('Y','N') NOT NULL DEFAULT 'N'"); addMemberMenuSql('account', 'html_mail', 'HTML-Empfang', 3);