mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: undefined index
This commit is contained in:
@@ -251,6 +251,9 @@ for($i=66;$i<=75;$i++) {
|
||||
}
|
||||
if($targettribe == '2' and isset($dataarray[149]) and $dataarray[149]!=0){
|
||||
if ($dataarray[150]==0){$tdclass1='class="none"';}
|
||||
if (!isset($tdclass1)) {
|
||||
$tdclass1 = '';
|
||||
}
|
||||
echo "<td $tdclass1>$dataarray[150]</td>";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user