1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11700] And some last comments with backslashes

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-16 05:00:18 +02:00
parent ee1c15fe7e
commit 390dc86344
11 changed files with 30 additions and 30 deletions

View File

@@ -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))
{