aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/groupposition/teampage.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/groupposition/teampage.php')
-rw-r--r--phpBB/phpbb/groupposition/teampage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/groupposition/teampage.php b/phpBB/phpbb/groupposition/teampage.php
index 4cd2ae7fa8..dc12768ddb 100644
--- a/phpBB/phpbb/groupposition/teampage.php
+++ b/phpBB/phpbb/groupposition/teampage.php
@@ -433,7 +433,7 @@ class teampage implements \phpbb\groupposition\groupposition_interface
$sibling_count = 0;
$sibling_limit = $delta;
- // Reset the delta, as we recalculate the new \real delta
+ // Reset the delta, as we recalculate the new real delta
$delta = 0;
while ($row = $this->db->sql_fetchrow($result))
{
@@ -521,7 +521,7 @@ class teampage implements \phpbb\groupposition\groupposition_interface
$sibling_count = 0;
$sibling_limit = $delta;
- // Reset the delta, as we recalculate the new \real delta
+ // Reset the delta, as we recalculate the new real delta
$delta = 0;
while ($row = $this->db->sql_fetchrow($result))
{