fix listcommands template for Send form changes
[squirrelmail.git] / plugins / message_details / message_details_top.php
index 3263d258c90376a64b577df950cb41b39cf7bd24..9b8efd543091121a519fe33a396050e4f0a4489d 100644 (file)
@@ -30,7 +30,7 @@ displayHtmlHeader( _("Message Details"),
              "-->\n".
              "</script>\n", FALSE );
 
-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;
 sqgetGlobalVar('mailbox', $mailbox, SQ_GET);