aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-08-19 10:31:05 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-09-26 01:14:34 +0200
commit3b7abb98e1178733054d91d260e8a6329ddaecca (patch)
treed9be309ad4c094f342e61ec87328202ecd4ef561 /phpBB
parenteace91af203e21fa82d054d42fc2117fa1230763 (diff)
downloadforums-3b7abb98e1178733054d91d260e8a6329ddaecca.tar
forums-3b7abb98e1178733054d91d260e8a6329ddaecca.tar.gz
forums-3b7abb98e1178733054d91d260e8a6329ddaecca.tar.bz2
forums-3b7abb98e1178733054d91d260e8a6329ddaecca.tar.xz
forums-3b7abb98e1178733054d91d260e8a6329ddaecca.zip
[ticket/11691] Fix typo in comment
PHPBB3-11691
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/softdelete_p1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/softdelete_p1.php b/phpBB/phpbb/db/migration/data/v310/softdelete_p1.php
index 14bd5f52fb..f080c78c50 100644
--- a/phpBB/phpbb/db/migration/data/v310/softdelete_p1.php
+++ b/phpBB/phpbb/db/migration/data/v310/softdelete_p1.php
@@ -126,7 +126,7 @@ class softdelete_p1 extends \phpbb\db\migration\migration
public function update_topics_post_counts()
{
/*
- * Using sql_case here, to avoid "BIGINT UNSIGNED value is out of range" errors.
+ * Using sql_case here to avoid "BIGINT UNSIGNED value is out of range" errors.
* As we update all topics in 2 queries, one broken topic would stop the conversion
* for all topics and the surpressed error will cause the admin to not even notice it.
*/