Skip to content

Commit 81e2fa1

Browse files
authored
1 parent 6796b18 commit 81e2fa1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pokemonshowdown.com/users.php

-12
Original file line numberDiff line numberDiff line change
@@ -513,14 +513,8 @@
513513
<th width="55" style="text-align:center"><abbr title="Elo rating">Elo</abbr></th>
514514
<th width="50" style="text-align:center"><abbr title="user's percentage chance of winning a random battle (aka GLIXARE)">GXE</abbr></th>
515515
<th width="80" style="text-align:center"><abbr title="Glicko-1 rating: rating&#177;deviation">Glicko-1</abbr></th>
516-
<?php
517-
if ($user['userid'] === $curuser['userid']) {
518-
?>
519516
<th width="20" style="text-align:center"><abbr title="Wins">W</abbr></th>
520517
<th width="20" style="text-align:center"><abbr title="Losses">L</abbr></th>
521-
<?php
522-
}
523-
?>
524518
</tr>
525519
<?php
526520
echo $bufs['official'];
@@ -532,14 +526,8 @@
532526
<th width="55" style="text-align:center"><abbr title="Elo rating">Elo</abbr></th>
533527
<th width="50" style="text-align:center"><abbr title="user's percentage chance of winning a random battle (aka GLIXARE)">GXE</abbr></th>
534528
<th width="80" style="text-align:center"><abbr title="Glicko-1 rating: rating&#177;deviation">Glicko-1</abbr></th>
535-
<?php
536-
if ($user['userid'] === $curuser['userid']) {
537-
?>
538529
<th width="20" style="text-align:center"><abbr title="Wins">W</abbr></th>
539530
<th width="20" style="text-align:center"><abbr title="Losses">L</abbr></th>
540-
<?php
541-
}
542-
?>
543531
</tr>
544532
<?php
545533
echo $bufs['unofficial'];

0 commit comments

Comments
 (0)