From 79df88842477e412e8f28e7dd05ea85923cd9110 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 6 Nov 2005 09:14:17 +0000 Subject: [PATCH 1/1] $first should not cause e_notice errors, but it still can be abused git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10265 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/view_header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view_header.php b/src/view_header.php index 3dc2ab6a..824c69f4 100644 --- a/src/view_header.php +++ b/src/view_header.php @@ -28,6 +28,7 @@ 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]", -- 2.25.1