Ещё больше Undefined index fix
This commit is contained in:
parent
65128ac9d6
commit
4524183fd2
@ -1642,6 +1642,7 @@ function showitem($row, $type, $returned = false, $infOnly = false)
|
||||
global $user;
|
||||
$runes_exp = ['1' => 10500, '2' => 23500, '3' => 38500, '4' => 57000, '5' => 77000, '6' => 103000, '7' => 136500, '8' => 171500, '9' => 212500, '10' => 257500];
|
||||
$returnHTML = '';
|
||||
$magic = [];
|
||||
$incmagic = [];
|
||||
$up = '';
|
||||
if ((($row['maxdur'] <= ($row['duration'])) || ($row['dategoden'] && $row['dategoden'] <= time()))) {
|
||||
|
Loading…
Reference in New Issue
Block a user