Fixes/rewrites for content-type
[mailer.git] / inc / functions.php
index 744aadb9f4013e15957808ee834e50e188346e0b..dcdf01e71ceb44f365db39c93319cfa8485a6b48 100644 (file)
@@ -2292,11 +2292,8 @@ function app_die ($F, $L, $message) {
                // Make sure, that the script realy realy diese here and now
                $GLOBALS['app_died'] = true;
 
-               // Set content type if not set
-               if (!isContentTypeSet()) {
-                       // text/html is the right one
-                       setContentType('text/html');
-               } // END - if
+               // Set content type as text/html
+               setContentType('text/html');
 
                // Load header
                loadIncludeOnce('inc/header.php');