Pass HTML viewing to View Printable
[squirrelmail.git] / src / printer_friendly_bottom.php
index f4a2fde200d4837d433054e46e76d51731950368..9f2f74bb4743da2bb6ced7a5b8aac27ae7faf329 100644 (file)
@@ -35,6 +35,7 @@ sqgetGlobalVar('mailbox', $mailbox, SQ_GET);
 if (! sqgetGlobalVar('passed_ent_id', $passed_ent_id, SQ_GET) ) {
     $passed_ent_id = '';
 }
+sqgetGlobalVar('show_html_default', $show_html_default, SQ_FORM);
 /* end globals */
 
 $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);