PDA

View Full Version : Enable Private Message for all Users


sidauhee
06-17-2005, 12:18 AM
Hi All,

Is there a way to enable Private Message for all the users in the database?
The current ones, not the new ones.

Thanks.

Andreas
06-17-2005, 12:20 AM
UPDATE user SET options = options + 2048 WHERE NOT (options & 2048)

sidauhee
06-18-2005, 03:32 AM
Thanks mate!