]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-html_mail.php
notice fixed
[mailer.git] / inc / modules / member / what-html_mail.php
index 2baa95b8d61769451edf6ab0d17ef4058d6afa6e..9aecde027ec5a934827206493f51ace451e7208b 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()))
 {
@@ -66,7 +66,7 @@ if (isset($_POST['ok']))
        list($mode) = SQL_FETCHROW($result);
        SQL_FREERESULT($result);
 
-       if ($mode == "Y")
+       if ($mode == 'Y')
        {
                define('HTML_Y', " checked");
                define('HTML_N', "");