From: Roland Häder Date: Wed, 18 Aug 2010 02:35:24 +0000 (+0000) Subject: Fixed :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=01af8b695a13eda96825237b33b9e29cb4f7b1d3;p=mailer.git Fixed :( --- diff --git a/inc/functions.php b/inc/functions.php index 57431c9329..ff31b7dcbb 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -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