aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-06-23 10:26:48 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-06-23 10:26:48 +0200
commitac8ebfabc7a4fae591ac780f621e4e21d09d070c (patch)
treecc5733cc3d336bc17707593e01273e5b3215e1f6
parentf1414386d7c22b7f3a9a978e902e67526bea029e (diff)
downloadforums-ac8ebfabc7a4fae591ac780f621e4e21d09d070c.tar
forums-ac8ebfabc7a4fae591ac780f621e4e21d09d070c.tar.gz
forums-ac8ebfabc7a4fae591ac780f621e4e21d09d070c.tar.bz2
forums-ac8ebfabc7a4fae591ac780f621e4e21d09d070c.tar.xz
forums-ac8ebfabc7a4fae591ac780f621e4e21d09d070c.zip
[ticket/10950] Use proper ' in order to fix comment.
PHPBB3-10950
-rw-r--r--phpBB/includes/functions_privmsgs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php
index 261ed45727..e6e8e0ab6c 100644
--- a/phpBB/includes/functions_privmsgs.php
+++ b/phpBB/includes/functions_privmsgs.php
@@ -1173,7 +1173,7 @@ function phpbb_delete_user_pms($user_id)
$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]))
{
$sql = 'UPDATE ' . USERS_TABLE . '