View Single Post
Old November 5th, 2010, 08:31 AM   #10 (permalink)
Charly
Junior Member
Verified Customer
 
Join Date: Oct 2010
Posts: 12
if I do this option.. the incorrect owner userid is 3 and the original/correct owner userid is 6.. so I would go with..

UPDATE pp_photos SET userid=6 WHERE userid=3;
UPDATE pp_comments SET userid=6 WHERE userid=3;

correct?

Also, can I then also do a ...

UPDATE pp_albums SET userid=6 WHERE userid=3;

To fix the albums? Would that be the correct code/query?

Thank you again for all of your help!
Charly is offline   Reply With Quote