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:
@@ -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 . '
|
||||
|
Reference in New Issue
Block a user