mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Indent fix.
This commit is contained in:
parent
eb90646ab6
commit
e65762a96c
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user