mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/10950] Use proper ' in order to fix comment.
PHPBB3-10950
This commit is contained in:
parent
f1414386d7
commit
ac8ebfabc7
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ function phpbb_delete_user_pms($user_id)
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset the user´s pm count to 0
|
// Reset the user's pm count to 0
|
||||||
if (isset($undelivered_user[$user_id]))
|
if (isset($undelivered_user[$user_id]))
|
||||||
{
|
{
|
||||||
$sql = 'UPDATE ' . USERS_TABLE . '
|
$sql = 'UPDATE ' . USERS_TABLE . '
|
||||||
|
|
Loading…
Add table
Reference in a new issue