From: kink Date: Wed, 15 Jan 2003 12:23:59 +0000 (+0000) Subject: Fix the save message button, using new functionality marc introduced yesterday. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=f360843cf1f56607a191ce731088c7be209ddeb5 Fix the save message button, using new functionality marc introduced yesterday. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4419 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/message_details/message_details_top.php b/plugins/message_details/message_details_top.php index 8d256b5f..92f8c0a3 100644 --- a/plugins/message_details/message_details_top.php +++ b/plugins/message_details/message_details_top.php @@ -27,17 +27,19 @@ displayHtmlHeader( _("Message details"), "-->\n". "\n", FALSE ); -$passed_id = $_GET['passed_id']; -$mailbox = $_GET['mailbox']; +sqgetGlobalVar('passed_id', $passed_id, SQ_GET); +sqgetGlobalVar('mailbox', $mailbox, SQ_GET); echo "\n" . - '
'. - '
' . - '   '. - '  '. -// disable for now because it doesn't work -// ' '. - ' ' . + '
' . + '' . + '  '. + '  '. + ' '. + '' . + '' . + '' . + '' . ''. ''. ''.