When updating a drupal user and that user was a member before the installation of vb the username is not transferred across.
This is due to a slight typo on line 571: drupalvb_create_vb_user($useredit->name , ....... should goto: drupalvb_create_vb_user($edit_user->name $useredit should be $edit_user.
Cheers
Comments
Comment #1
JStarcher commentedThanks for the input, although I don't know that rszrama will release another version in the future. I can't speak for him, but I kinda get that feeling.
Also note this error does not affect the 5.x-1.0 version.
Comment #2
sun4.7.x is no longer supported. Feel free to re-open this issue if you want to supply a patch.