From 34fce0e9add4b2deb81056851a151f81b3da9b38 Mon Sep 17 00:00:00 2001 From: lopar Date: Wed, 12 Dec 2018 00:10:53 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0=20sh?= =?UTF-8?q?owitem().?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 11a7622..b7678e6 100644 --- a/functions.php +++ b/functions.php @@ -1839,12 +1839,13 @@ function showitem($row, $type, $returned = false, $infOnly = false) } if (!empty($row['gmeshok'])) $returnHTML .= "
Вместимость рюкзака: +{$row['gmeshok']}"; - if (!empty($row['letter'])) $returnHTML .= "
На бумаге записан текст:
" . nl2br($row['letter']) . "
"; + // Просто чистый текст if (!empty($row['opisan'])) $returnHTML .= "
" . nl2br($row['opisan']); //Хрен пойми что есть что. if (!empty($magic['name']) AND $row['type'] != 50) $returnHTML .= "
Наложены заклятия:" . $magic['name']; + // Гравировка! if (!empty($row['text'])) $returnHTML .= "
" . $row['text'] . ""; if (!empty($incmagic['max']))