X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fview_header.php;h=824c69f4ac1b52a31b786dd22367f3cb10617290;hb=c077ffeb31033c67acc441a1d0314a9e1896d6fc;hp=ed3e7a9004a9843cf959868a78c7bac00f5c83d3;hpb=a74103ddb7785467df4aff77fbb9a59a8b294bb8;p=squirrelmail.git diff --git a/src/view_header.php b/src/view_header.php index ed3e7a90..824c69f4 100644 --- a/src/view_header.php +++ b/src/view_header.php @@ -3,11 +3,10 @@ /** * view_header.php * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * This is the code to view the message header. * + * @copyright © 1999-2005 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ @@ -27,6 +26,10 @@ require_once(SM_PATH . 'functions/url_parser.php'); function parse_viewheader($imapConnection,$id, $passed_ent_id) { + $header_output = array(); + $second = array(); + $first = array(); + if (!$passed_ent_id) { $read=sqimap_run_command ($imapConnection, "FETCH $id BODY[HEADER]", true, $a, $b, TRUE);