diff options
author | mark <mark> | 2010-10-01 05:33:08 +0000 |
---|---|---|
committer | mark <mark> | 2010-10-01 05:33:08 +0000 |
commit | d6c837efb2bf63450de150b29f2ef7514cd249b6 (patch) | |
tree | fe1bb7a6cc6820473eff693d6a7d447e45664354 /httemplate/misc/email-customers.html | |
parent | 02698a28301ecc52f55660d8c18539524a9d10b2 (diff) |
fix templated notices, RT#10103
Diffstat (limited to 'httemplate/misc/email-customers.html')
-rw-r--r-- | httemplate/misc/email-customers.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index 0ec8bb9df..759c8bf94 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -29,6 +29,7 @@ % if ( $cgi->param('action') ) { <TABLE BGCOLOR="#cccccc" CELLSPACING=0> + <INPUT TYPE="hidden" NAME="msgnum" VALUE="<% $cgi->param('msgnum') %>"> % if ( $msg_template ) { <% include('/elements/tr-fixed.html', |