mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
@@ -179,7 +179,7 @@
|
||||
while(1) {
|
||||
if(count($this->rankarray) > 1) {
|
||||
$key = key($this->rankarray);
|
||||
if($this->rankarray[$key]["id"] == $id) {
|
||||
if(isset ($this->rankarray[$key]["id"]) && $this->rankarray[$key]["id"] === $id) {
|
||||
return $key;
|
||||
break;
|
||||
} else {
|
||||
|
||||
@@ -54,7 +54,7 @@ include("alli_menu.tpl");
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Rank</th>
|
||||
<td><?php echo $ranking->getAllianceRank($aid); ?>.</td>
|
||||
<td><?php echo $ranking->getAllianceRank($aid); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Points</th>
|
||||
|
||||
Reference in New Issue
Block a user