|
From: Paul S. O. <ps...@us...> - 2002-03-20 15:57:24
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv22383
Modified Files:
search.php
Log Message:
Fix enter does not submit problems for username searching, all bow down before Matthijs ... no, not in that way you perverts
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** search.php 19 Mar 2002 18:59:50 -0000 1.66
--- search.php 20 Mar 2002 15:57:21 -0000 1.67
***************
*** 134,138 ****
// windowed version
//
! if( isset($HTTP_POST_VARS['search']) )
{
username_search($HTTP_POST_VARS['search_author'], false);
--- 134,138 ----
// windowed version
//
! if( isset($HTTP_POST_VARS['search_author']) )
{
username_search($HTTP_POST_VARS['search_author'], false);
|