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']))