conv_subject 함수 내 코드 적용 순서 변경

This commit is contained in:
chicpro
2014-11-14 09:46:28 +09:00
parent 634d85c763
commit f3cd3a4e24

View File

@ -484,7 +484,7 @@ function search_font($stx, $str)
// 제목을 변환
function conv_subject($subject, $len, $suffix='')
{
return cut_str(get_text($subject), $len, $suffix);
return get_text(cut_str($subject, $len, $suffix));
}
// 내용을 변환