cause as to why there appears to be no headers in rare cases.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10261
7612ce4b-ef26-0410-bec9-
ea0150e637f0
plugins/bug_report/README file.
- E_NOTICE and unlink error message if user hits delete multiple times
before compose page has reloaded.
+ - Undefined variable in rare case in view_header.php
Version 1.5.0 - 2 February 2004
function parse_viewheader($imapConnection,$id, $passed_ent_id) {
+ $header_output = array();
+
if (!$passed_ent_id) {
$read=sqimap_run_command ($imapConnection, "FETCH $id BODY[HEADER]",
true, $a, $b, TRUE);
$header = parse_viewheader($imapConnection,$passed_id, $passed_ent_id);
view_header($header, $mailbox, $color);
-?>
\ No newline at end of file
+?>