From 4b6e1e591acbf376314072097a446d874b2baf86 Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 12 Aug 2007 19:10:39 +0000 Subject: [PATCH 1/1] The $messages cache was checked but not imported from the session. Thanks Tomas Kuliavas for finding this bug. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12582 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/printer_friendly_bottom.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index da14209b..9b5e6c0d 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -32,6 +32,7 @@ require_once(SM_PATH . 'functions/url_parser.php'); /* get some of these globals */ sqgetGlobalVar('passed_id', $passed_id, SQ_GET); sqgetGlobalVar('mailbox', $mailbox, SQ_GET); +sqgetGlobalVar('messages', $messages, SQ_SESSION); if (! sqgetGlobalVar('passed_ent_id', $passed_ent_id, SQ_GET) ) { $passed_ent_id = ''; -- 2.25.1