MyBB Community Forums
What Sql query i need to run - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.4 (https://community.mybb.com/forum-80.html)
+------ Forum: MyBB 1.4 General Support (https://community.mybb.com/forum-81.html)
+------ Thread: What Sql query i need to run (/thread-53988.html)



What Sql query i need to run - remshad - 2009-08-01

Sir
i would linke to run a sql query for changing user preference from "not notify me when i recieve Pm" to "notify me when i recieve Pm via email"
what sql query i need to run.
Please help me


RE: What Sql query i need to run - Matt - 2009-08-01

UPDATE `mybb_users` SET `pmnotify` = '1';



RE: What Sql query i need to run - remshad - 2009-08-01

Thankyou very much
i love mybb