X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fprinter_friendly_bottom.php;h=9b5e6c0daedfaf2cd33b89aba3bbcbc6fe53b84f;hb=ddf0ebe1248995e5f6610d4e00279c55c30478aa;hp=b65da692986a047892493bf7d30af112dca867cd;hpb=3aaa3214e4a35deff1a5bdfc60e286eec6d75ed2;p=squirrelmail.git diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index b65da692..9b5e6c0d 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -14,6 +14,9 @@ * @package squirrelmail */ +/** This is the printer_friendly_bottom page */ +define('PAGE_NAME', 'printer_friendly_bottom'); + /** * Include the SquirrelMail initialization file. */ @@ -29,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 = '';