mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1764 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
89a7d7c72f
commit
a847d48fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
// 전문 공개일 경우
|
// 전문 공개일 경우
|
||||||
if($module_info->open_rss=='Y') {
|
if($module_info->open_rss=='Y') {
|
||||||
$item->description = $item->getContentText();
|
$item->description = $item->getContent();
|
||||||
// 요약 공개일 경우
|
// 요약 공개일 경우
|
||||||
} else {
|
} else {
|
||||||
$item->description = cut_str(strip_tags($item->getContentText()),100,'...');
|
$item->description = cut_str(strip_tags($item->getContentText()),100,'...');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue