|
well is the user's username correct? It all depends on your answer.
If the merged user's username is correct you can use the resync comments and photo usernames in scan database to update the userid.
If the userid and username are incorrect and that user was the merged one and does not exist anymore you would have to do an sql query like so before running a resync
UPDATE pp_photos SET username='NEW USERNAME' WHERE username='OLD USERNAME'
|