X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmessage_details%2Fmessage_details_main.php;h=12f5e023354f6e83d32fc72a2c32683c5424337d;hp=72f309e04ee15d945f15458c2f7b290a01df2b3f;hb=6d9f22dba5d50ff55b8d6811412feedd3e534acf;hpb=fab8e10c8f59d59185e24bbbddf6c37862ac7d49 diff --git a/plugins/message_details/message_details_main.php b/plugins/message_details/message_details_main.php index 72f309e0..12f5e023 100644 --- a/plugins/message_details/message_details_main.php +++ b/plugins/message_details/message_details_main.php @@ -6,8 +6,8 @@ * Plugin to view the RFC822 raw message output and the bodystructure of a message * * @author Marc Groot Koerkamp - * @copyright © 2002 Marc Groot Koerkamp, The Netherlands - * @copyright © 2002-2007 The SquirrelMail Project Team + * @copyright 2002 Marc Groot Koerkamp, The Netherlands + * @copyright 2002-2010 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -22,7 +22,7 @@ require('../../include/init.php'); displayHtmlHeader( _("Message Details"), '', FALSE ); sqgetGlobalVar('mailbox', $mailbox, SQ_GET); -sqgetGlobalVar('passed_id', $passed_id, SQ_GET); +sqgetGlobalVar('passed_id', $passed_id, SQ_GET, NULL, SQ_TYPE_BIGINT); if (!sqgetGlobalVar('passed_ent_id', $passed_ent_id, SQ_GET)) $passed_ent_id = 0; @@ -36,4 +36,3 @@ echo ''; echo ''."\n"."\n"; -?>