From 4a44f12c00eae87a9e6583021458357d92036d35 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 6 Nov 2005 09:10:24 +0000 Subject: [PATCH] initialize $second var in order to prevent variable abuse in rg=on and fix other e_notice error reported by Cor. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10264 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 837edfdf..3dc2ab6a 100644 --- a/src/view_header.php +++ b/src/view_header.php @@ -27,6 +27,7 @@ require_once(SM_PATH . 'functions/url_parser.php'); function parse_viewheader($imapConnection,$id, $passed_ent_id) { $header_output = array(); + $second = array(); if (!$passed_ent_id) { $read=sqimap_run_command ($imapConnection, "FETCH $id BODY[HEADER]", -- 2.25.1