aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-07-24 09:05:48 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-07-24 09:05:48 +0000
commitc84d5074c1aef4a1705d4b17472689e8e4a15351 (patch)
tree64244142a7635980e4b1d3d2b0dfeef0e27850e4 /phpBB
parent780854818b22ccdf36fe50e4e4bf5e68027c9e2b (diff)
downloadforums-c84d5074c1aef4a1705d4b17472689e8e4a15351.tar
forums-c84d5074c1aef4a1705d4b17472689e8e4a15351.tar.gz
forums-c84d5074c1aef4a1705d4b17472689e8e4a15351.tar.bz2
forums-c84d5074c1aef4a1705d4b17472689e8e4a15351.tar.xz
forums-c84d5074c1aef4a1705d4b17472689e8e4a15351.zip
Fix Bug #47475 - Remove redundant code in prosilver search_results.html
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9844 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/search_results.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index 90e14d2a18..8ecb4f192a 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -18,7 +18,6 @@
<div class="search-box" role="search">
<!-- IF SEARCH_IN_RESULTS -->
<label for="add_keywords">{L_SEARCH_IN_RESULTS}: <input type="text" name="add_keywords" id="add_keywords" value="" class="inputbox narrow" /></label>
- <input type="hidden" name="show_results" value="posts" />
<input class="button2" type="submit" name="submit" value="{L_SEARCH}" />
<!-- ENDIF -->
</div>