
10-03-2009, 07:04 PM
|
 |
|
|
Join Date: Nov 2008
Location: Brazil
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Phalynx
You will need to run SQL Queries to accomplish this to all postings:
PHP Code:
update post set userid=1 where username="User"
update thread set postuserid=1 where postusername="User"
Replace userid/postuserid with the UserID of the new owner, also replace "User" with the Username of the old user.
|
Very thanks, Phalynx
|