Oops..broke the click on user goto modify page on admin index functionality with my last commit, fixed it

git-svn-id: file:///svn/phpbb/trunk@1219 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-10-16 10:49:11 +00:00
parent 46413f440e
commit 83bc62fb2d

View file

@ -141,7 +141,7 @@ if( $mode == "searchuser" )
// //
exit; exit;
} }
else if ( $mode == "edit" && (isset($HTTP_POST_VARS['username']) && $mode != "save" )) else if ( ($mode == "edit" && (isset($HTTP_POST_VARS['username']) && $mode != "save" ) || ( isset($HTTP_POST_VARS[POST_USERS_URL]) || isset($HTTP_GET_VARS[POST_USERS_URL]) ) ) )
{ {
// //
// Let's find out a little about them... // Let's find out a little about them...