]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-html_mail.php
Sponsor menu now allows what=NULL, thanks to AndreasJung
[mailer.git] / inc / extensions / ext-html_mail.php
index 9c223e3f499fed51a0fc7d409f9c288fcdff591c..e499eb5c9bc39b80f612b1e9e803739412ed7e74 100644 (file)
@@ -48,7 +48,7 @@ $EXT_VER_HISTORY = array("0.0", "0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.0.5", "0.
 
 switch ($EXT_LOAD_MODE)
 {
-case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
+case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called)
        // SQL commands to run
        $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_user_data ADD html ENUM('Y','N') NOT NULL DEFAULT 'Y'";
        $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_bonus ADD html_msg ENUM('Y','N') NOT NULL DEFAULT 'N'";