]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-html_mail.php
Renamed some all-capitalized variables small
[mailer.git] / inc / extensions / ext-html_mail.php
index 6474d140ae65d6bc5f77d71690d2e9a1cd437aa2..a2237ee054a92f238bb0b89cdfd814393d3afc76 100644 (file)
@@ -8,7 +8,7 @@
  * -------------------------------------------------------------------- *
  * Short description : HTML mails with default mail() routine           *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : HTML-Mails mit Standart mail()-Routine           *
+ * Kurzbeschreibung  : HTML-Mails mit Standard mail()-Routine           *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -52,7 +52,7 @@ switch (getExtensionMode()) {
                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_user_data` ADD `html` ENUM('Y','N') NOT NULL DEFAULT 'Y'");
                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_bonus` ADD `html_msg` ENUM('Y','N') NOT NULL DEFAULT 'N'");
                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_pool` ADD `html_msg` ENUM('Y','N') NOT NULL DEFAULT 'N'");
-               addMemberMenuSql('main','html_mail','HTML-Empfang','N','Y',3);
+               addMemberMenuSql('main', 'html_mail', 'HTML-Empfang', 'N', 'Y', 3);
                break;
 
        case 'remove': // Do stuff when removing extension
@@ -128,7 +128,7 @@ switch (getExtensionMode()) {
        case 'modify': // When the extension got modified
                break;
 
-       case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
+       case 'test': // For testing purposes
                break;
 
        case 'init': // Do stuff when extension is initialized