diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-24 00:15:11 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-24 00:15:11 +0000 |
commit | 359f3e21cbf1220b4d94067628b5e025f3f86040 (patch) | |
tree | e7eb1fd39e0b2025faa2057c81e1310dbe02e53a /phpBB/templates | |
parent | 4ac4c7f969a2960ecb58a4866e5b14f382040aa7 (diff) | |
download | forums-359f3e21cbf1220b4d94067628b5e025f3f86040.tar forums-359f3e21cbf1220b4d94067628b5e025f3f86040.tar.gz forums-359f3e21cbf1220b4d94067628b5e025f3f86040.tar.bz2 forums-359f3e21cbf1220b4d94067628b5e025f3f86040.tar.xz forums-359f3e21cbf1220b4d94067628b5e025f3f86040.zip |
Change method to post
git-svn-id: file:///svn/phpbb/trunk@2418 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/smile_list_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/admin/smile_list_body.tpl b/phpBB/templates/subSilver/admin/smile_list_body.tpl index ce63bc83c0..ae85ad95eb 100644 --- a/phpBB/templates/subSilver/admin/smile_list_body.tpl +++ b/phpBB/templates/subSilver/admin/smile_list_body.tpl @@ -3,7 +3,7 @@ <P>{L_SMILEY_TEXT}</p> -<form method="get" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> +<form method="post" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thCornerL">{L_CODE}</th> <th class="thTop">{L_SMILE}</th> |