Правка showitem, борьба с deprecated.

This commit is contained in:
Igor Barkov [iwork]
2018-12-12 13:01:11 +02:00
parent bd14bbffc6
commit d5bc6c59fc
3 changed files with 12 additions and 67 deletions
+1 -1
View File
@@ -1635,7 +1635,7 @@ function showitem2()
* @return string
*/
function showitem($row, $type, $returned = false, $infOnly = false)
function showitem($row, $type = null, $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];