diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-20 15:57:21 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-20 15:57:21 +0000 |
commit | 8e7ca2ed102f95ace5bf45680cd989e216fdaf0e (patch) | |
tree | 5d9270c17e7434d22c03dc45587d4dcd5eff7f91 /phpBB | |
parent | de46963c74f1576738be37b6156a5158f23ee8d6 (diff) | |
download | forums-8e7ca2ed102f95ace5bf45680cd989e216fdaf0e.tar forums-8e7ca2ed102f95ace5bf45680cd989e216fdaf0e.tar.gz forums-8e7ca2ed102f95ace5bf45680cd989e216fdaf0e.tar.bz2 forums-8e7ca2ed102f95ace5bf45680cd989e216fdaf0e.tar.xz forums-8e7ca2ed102f95ace5bf45680cd989e216fdaf0e.zip |
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
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |