PDA

View Full Version : PMs on for all users?


iAlex
07-12-2002, 11:37 PM
Possibly not the right place for this but I didn't know where else to post it. I have disabled the function to turn off PMs in my forum, however there was an error in the html (duh :D) that caused PMs to be turned off for some users. The error is now fixed and I just need help to compose a mysql query that will turn on private messaging for all users. :) I realize it should be pretty simple but since I am clueless....

Admin
07-13-2002, 07:05 AM
UPDATE user SET receivepm=1;
:)

iAlex
07-13-2002, 03:13 PM
Thanks a lot!!