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
This commit is contained in:
Paul S. Owen 2002-03-20 15:57:21 +00:00
parent de46963c74
commit 8e7ca2ed10

View file

@ -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);
}