Фикс функции отображения предметов

This commit is contained in:
lopar
2018-06-24 23:03:57 +03:00
parent d5b90f6909
commit 3bc9bbb292
2 changed files with 9 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ if ($_SESSION['receiverName']) {
</form>
</td>
<td valign=top>
<?php echo showitem($row, '',true); ?>
<?php showitem($row, '','',true); ?>
</td>
</tr>
<?php endwhile ?>