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