1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

Merge PR #893 branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/10184] Query bots table to get the user_ids of the bots
  [ticket/10184] Disable receiving pms for bots by default
This commit is contained in:
Oleg Pudeyev
2012-12-01 04:55:48 -05:00
2 changed files with 21 additions and 0 deletions

View File

@@ -1772,6 +1772,7 @@ class install_install extends module
'user_timezone' => 'UTC',
'user_dateformat' => $lang['default_dateformat'],
'user_allow_massemail' => 0,
'user_allow_pm' => 0,
);
$user_id = user_add($user_row);