From 8e7ca2ed102f95ace5bf45680cd989e216fdaf0e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 20 Mar 2002 15:57:21 +0000 Subject: Fix enter does not submit problems for username searching, all bow down before Matthijs ... no, not in that way you perverts git-svn-id: file:///svn/phpbb/trunk@2378 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') diff --git a/phpBB/search.php b/phpBB/search.php index 40ba6b88bb..8d23987962 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -133,7 +133,7 @@ if( $mode == 'searchuser' ) // handled by the script itself, this is only for the // windowed version // - if( isset($HTTP_POST_VARS['search']) ) + if( isset($HTTP_POST_VARS['search_author']) ) { username_search($HTTP_POST_VARS['search_author'], false); } -- cgit v1.2.1