]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Fix for displayed message strings in chk_login module
[mailer.git] / inc / functions.php
index dbfe8b3674c61462da52e9a6700cb67944d6cb23..de59b2e8e42fc420fb9e402b63ae5f7db49db69d 100644 (file)
@@ -123,7 +123,7 @@ function outputHtml ($htmlCode, $newLine = true) {
                $cnt = 0;
 
                // Compile and run finished rendered HTML code
                $cnt = 0;
 
                // Compile and run finished rendered HTML code
-               while (((strpos($GLOBALS['output'], '{!') > 0) || (strpos($GLOBALS['output'], '{?') > 0)) && ($cnt < 3)) {
+               while (((strpos($GLOBALS['output'], '{--') > 0) || (strpos($GLOBALS['output'], '{!') > 0) || (strpos($GLOBALS['output'], '{?') > 0)) && ($cnt < 3)) {
                        // Prepare the content and eval() it...
                        $content = array();
                        $newContent = '';
                        // Prepare the content and eval() it...
                        $content = array();
                        $newContent = '';