diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-27 15:15:06 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-27 15:15:06 +0000 |
| commit | 1e8cc35b2a3803cce3810d4a7a9970b219462b72 (patch) | |
| tree | d88d02a8d74d5b89c95b0178842d798509ee13e0 | |
| parent | f42bf5dfd40bde6aeb18ec2b96870ae8624710d1 (diff) | |
| download | forums-1e8cc35b2a3803cce3810d4a7a9970b219462b72.tar forums-1e8cc35b2a3803cce3810d4a7a9970b219462b72.tar.gz forums-1e8cc35b2a3803cce3810d4a7a9970b219462b72.tar.bz2 forums-1e8cc35b2a3803cce3810d4a7a9970b219462b72.tar.xz forums-1e8cc35b2a3803cce3810d4a7a9970b219462b72.zip | |
Changed to get ... did this break stuff before in a non-session-id related way ..hmm
git-svn-id: file:///svn/phpbb/trunk@3106 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/templates/subSilver/jumpbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/jumpbox.html b/phpBB/templates/subSilver/jumpbox.html index e6519ac3c8..c26960691e 100644 --- a/phpBB/templates/subSilver/jumpbox.html +++ b/phpBB/templates/subSilver/jumpbox.html @@ -1,5 +1,5 @@ -<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0"> +<form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0"> <tr> <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" class="liteoption" /></span></td> </tr> |
