$first should not cause e_notice errors, but it still can be abused
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Nov 2005 09:14:17 +0000 (09:14 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Nov 2005 09:14:17 +0000 (09:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10265 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/view_header.php

index 3dc2ab6a98bc903cdb173c7ab217877f082a6c28..824c69f4ac1b52a31b786dd22367f3cb10617290 100644 (file)
@@ -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]",