mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16511] Fix typo when checking for phpbb_delete_users_pms()
PHPBB3-16511
This commit is contained in:
parent
e65c0171e4
commit
6a24d72183
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ function user_delete($mode, $user_ids, $retain_username = true)
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
|
|
||||||
// Clean the private messages tables from the user
|
// Clean the private messages tables from the user
|
||||||
if (!function_exists('phpbb_delete_user_pms'))
|
if (!function_exists('phpbb_delete_users_pms'))
|
||||||
{
|
{
|
||||||
include($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
|
include($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue