Open includes/functions_user.php
Find:
Code: Select all
'user_notify' => 0,Code: Select all
'user_notify' => 1,Code: Select all
UPDATE phpbb_users SET user_notify = 1 WHERE user_type <> 2Code: Select all
'user_notify' => 0,Code: Select all
'user_notify' => 1,Code: Select all
UPDATE phpbb_users SET user_notify = 1 WHERE user_type <> 2