From: pdontthink Date: Thu, 16 Nov 2006 01:44:35 +0000 (+0000) Subject: Added comment X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4803e9cd9f30451ad96e034434d7816eacf25013 Added comment git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11958 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/class/error.class.php b/class/error.class.php index 3c13df7b..aabfedef 100644 --- a/class/error.class.php +++ b/class/error.class.php @@ -220,7 +220,14 @@ class ErrorHandler { // Show the error immediate in case of fatal errors if ($iType == SQM_ERROR) { if (isset($this->Template->values['header_sent']) && !$this->Template->values['header_sent']) { - // TODO replace this with template that can be assigned +// TODO replace this with template that can be assigned +// UPDATE: displayHtmlHeader() no longer sends anything +// directly to the browser itself and instead +// displays all output through the template file +// "protocol_header" as well as calls to the +// template's header() method, so perhaps the +// above TODO is alleviated?? (however, I don't fully +// understand the problem behind the TODO comment myself (Paul)) displayHtmlHeader(_("Error"),'',false); } $this->DisplayErrors();