git-svn-id: http://xe-core.googlecode.com/svn/trunk@1764 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-25 12:33:55 +00:00
parent 89a7d7c72f
commit a847d48fb0

View file

@ -72,7 +72,7 @@
// 전문 공개일 경우
if($module_info->open_rss=='Y') {
$item->description = $item->getContentText();
$item->description = $item->getContent();
// 요약 공개일 경우
} else {
$item->description = cut_str(strip_tags($item->getContentText()),100,'...');