Заменяем вызов 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 -4
View File
@@ -2233,10 +2233,7 @@ if (input::get('edit')) {
</td>
</tr>
<tr>
<td align=center><B>Рюкзак (масса : <?php
$d = db::c()->query('SELECT SUM(`massa`) AS `weight`, COUNT(`id`) AS `cnt` FROM `inventory` WHERE `owner` = ?i AND `setsale` = 0', $user['id'])->fetch_assoc();
echo $d['weight'];
?>/<?= get_meshok() ?>)</B>
<td align=center><B>Рюкзак (масса : <?= getItemsMassaInfo() ?>)</B>
</td>
</tr>
<tr>