]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-html_mail.php
Updated copyright year.
[mailer.git] / inc / extensions / ext-html_mail.php
index 88481d29682d95f2182454ecae2861c873f8a78b..319ca7250bf4639b6e13b5f0daa0079695e24268 100644 (file)
@@ -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);