
02-26-2009, 05:58 AM
|
 |
|
|
Join Date: May 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ReCom
Execute the following SQL assuming your vBulletin table prefix is vb_:
UPDATE `vb_userfield` SET `field5` = 'Female' WHERE `field5` = 'Unspecified'
Change `field5` to the id of the gender user profile field in your forum and 'Female' and 'Unspecified' to appropriate values.
|
Thanks
|