get changed to post by default (which it was before..)
Yeesh.
Thanks, Seth. I tested every other variation last night, it seems -
but missed this one. Sorry.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6927
7612ce4b-ef26-0410-bec9-
ea0150e637f0
// Start form for reply/reply all/forward..
$target = '';
$on_click='';
- $method='method="get" ';
+ $method='method="post" ';
if ($compose_new_win == '1') {
if ( $javascript_on ) {
$on_click=' onclick="comp_in_new_form(\''.$comp_uri.'\', this, this.form)"';
$comp_uri = 'javascript:void(0)';
+ $method='method="get" ';
} else {
$target = 'target="_blank"';
- $method='method="post" ';
}
}