[wp-cvs] wordpress wp-login.php,1.22,1.22.4.1

Michel Valdrighi michelvaldrighi at users.sourceforge.net
Sun May 30 05:02:23 CDT 2004


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22723

Modified Files:
      Tag: WordPress-Ver-1_2-Branch
	wp-login.php 
Log Message:
can't believe I didn't commit this fix earlier

Index: wp-login.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-login.php,v
retrieving revision 1.22
retrieving revision 1.22.4.1
diff -C2 -d -r1.22 -r1.22.4.1
*** wp-login.php	18 May 2004 01:29:29 -0000	1.22
--- wp-login.php	30 May 2004 10:02:19 -0000	1.22.4.1
***************
*** 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