The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
The following query should correc this. Replace 'userbackup' with the tablename you restored the old user table in.
[sql]UPDATE user AS u1, userbackup AS u2 SET u1.email = u2.email WHERE u1.email = 'abx@xyz.com' AND u1.userid = u2.userid;[/sql] Not tested! Make sure to backup your database before running manual queries. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|