[wp-cvs] wordpress wp-login.php,1.22.4.1,1.22.4.2
Mike Little
mikelittle at users.sourceforge.net
Tue Oct 5 22:39:08 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1012
Modified Files:
Tag: WordPress-Ver-1_2-Branch
wp-login.php
Log Message:
Reverted dubious commits on 1.2 branch
Index: wp-login.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-login.php,v
retrieving revision 1.22.4.1
retrieving revision 1.22.4.2
diff -C2 -d -r1.22.4.1 -r1.22.4.2
*** wp-login.php 30 May 2004 10:02:19 -0000 1.22.4.1
--- wp-login.php 5 Oct 2004 22:39:06 -0000 1.22.4.2
***************
*** 202,206 ****
$user_data = get_userdatabylogin($user_login);
// redefining user_login ensures we return the right case in the email
! $user_login = $user_data->user_login;
$user_email = $user_data->user_email;
--- 202,206 ----
$user_data = get_userdatabylogin($user_login);
// redefining user_login ensures we return the right case in the email
! $user_login = $user_data['user_login'];
$user_email = $user_data->user_email;
More information about the cvs
mailing list