Заменяем вызов get_meshok() на getItemsMassaInfo().

This commit is contained in:
lopar
2018-12-12 22:21:47 +02:00
parent fb51950d26
commit 6e3c20e53c
11 changed files with 19 additions and 64 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ $artefactsList = db::c()->query('SELECT * FROM `inventory` WHERE `owner`=?i AND
</table>
</td>
<td valign=top width=280>
<b>Масса всех ваших вещей: <?=$itemWeight['m']?>/<?= get_meshok() ?>
<b>Масса всех ваших вещей: <?= getItemsMassaInfo() ?>
<br>У вас в наличии: <span style="color: #339900;"><?= $bank['ekr'] ?></span> екр.</b>
<hr>
<a href=ashop.php>Магазин Берёзка</a>