mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-15 10:44:54 +02:00
Indent fix.
This commit is contained in:
@@ -98,7 +98,7 @@ if ($scores) {
|
|||||||
<?php if ($type === 7) echo "<td>Points</td>"; ?>
|
<?php if ($type === 7) echo "<td>Points</td>"; ?>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
for ($i = 0; $i < count($scores[$type]); $i++) {
|
for ($i = 0; $i < count($scores[$type]); $i++) {
|
||||||
if (pageCheck($i, $page, $rowsPerPage)) {
|
if (pageCheck($i, $page, $rowsPerPage)) {
|
||||||
$profile_data = user_character_data($scores[$type][$i]['id'], 'account_id');
|
$profile_data = user_character_data($scores[$type][$i]['id'], 'account_id');
|
||||||
|
Reference in New Issue
Block a user