X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fmessage_details%2Fmessage_details_main.php;h=7f2c59f439fbc4da22e1d32a6bc47ee505fa0ba0;hb=f34bb4e38938e9519e6eb7dd357f193828a0c37b;hp=cfe0139f29bb9e2dcb561de51b92925a86adde19;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;p=squirrelmail.git diff --git a/plugins/message_details/message_details_main.php b/plugins/message_details/message_details_main.php index cfe0139f..7f2c59f4 100644 --- a/plugins/message_details/message_details_main.php +++ b/plugins/message_details/message_details_main.php @@ -7,7 +7,7 @@ * * @author Marc Groot Koerkamp * @copyright © 2002 Marc Groot Koerkamp, The Netherlands - * @copyright © 2002-2007 The SquirrelMail Project Team + * @copyright © 2002-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -22,13 +22,17 @@ 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; +//FIXME: Don't echo HTML directly - need to "templatize" this echo "\n"; -echo ''; -echo ''; +echo ''; +echo ''; echo ''."\n"."\n"; -?> \ No newline at end of file