1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10950] Use proper ' in order to fix comment.

PHPBB3-10950
This commit is contained in:
Andreas Fischer
2012-06-23 10:26:48 +02:00
parent f1414386d7
commit ac8ebfabc7

View File

@@ -1173,7 +1173,7 @@ function phpbb_delete_user_pms($user_id)
$db->sql_query($sql);
}
// Reset the user<EFBFBD>s pm count to 0
// Reset the user's pm count to 0
if (isset($undelivered_user[$user_id]))
{
$sql = 'UPDATE ' . USERS_TABLE . '