Fixed :(
authorRoland Häder <roland@mxchange.org>
Wed, 18 Aug 2010 02:35:24 +0000 (02:35 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 18 Aug 2010 02:35:24 +0000 (02:35 +0000)
inc/functions.php

index 57431c93293b4da3e2b502bea058e760efa5f936..ff31b7dcbb27bc72d42c52ee5e51907c49c9178d 100644 (file)
@@ -135,7 +135,7 @@ function sendEmail ($toEmail, $subject, $message, $isHtml = 'N', $mailHeader = '
                $prefix = '';
 
                // Is HTML?
-               if ($isHTML == 'Y') {
+               if ($isHtml == 'Y') {
                        // Set prefix
                        $prefix = 'html_';
                } // END - if