]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-html_mail.php
Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / member / what-html_mail.php
index 2baa95b8d61769451edf6ab0d17ef4058d6afa6e..451a68e65a78697e81f759553f6dc0dd259b8aed 100644 (file)
@@ -39,7 +39,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 }
  elseif (!IS_LOGGED_IN())
 {
-       LOAD_URL(URL."/modules.php?module=index");
+       LOAD_URL("modules.php?module=index");
 }
  elseif ((!EXT_IS_ACTIVE("html_mail")) && (!IS_ADMIN()))
 {
@@ -68,12 +68,12 @@ if (isset($_POST['ok']))
 
        if ($mode == "Y")
        {
-               define('HTML_Y', " checked");
+               define('HTML_Y', ' checked');
                define('HTML_N', "");
        }
         else
        {
-               define('HTML_N', " checked");
+               define('HTML_N', ' checked');
                define('HTML_Y', "");
        }
        LOAD_TEMPLATE("member_html_mail_settings");