mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 22:26:10 +00:00
update
This commit is contained in:
@@ -207,9 +207,9 @@
|
||||
}
|
||||
if($row['id']==$session->uid) {
|
||||
echo "<tr class=\"own hl\">"; } else { echo "<tr>"; }
|
||||
echo "<td>".$i++.". </td>";
|
||||
echo "<td><a href='spieler.php?uid=".$row['id']."'>".$row['username']."</a></td>";
|
||||
echo "<td>".$row['RR']."</td>";
|
||||
echo "<td class=\"ra fc\">".$i++.". </td>";
|
||||
echo "<td class=\"pla\"><a href='spieler.php?uid=".$row['id']."'>".$row['username']."</a></td>";
|
||||
echo "<td class=\"val lc\">".$row['RR']."</td>";
|
||||
echo "</tr>";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user