]> 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 0fe44b6a964cff0751d0ee4fdcd58e86eca71d23..451a68e65a78697e81f759553f6dc0dd259b8aed 100644 (file)
@@ -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', "");