게시글의 첨부파일 유무등의 표시시 내용의 이미지와 첨부된 파일 유무 아이콘을 별도로 표시하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4370 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-07-16 05:12:34 +00:00
parent 1e69961d55
commit 5e4347ca0b

View file

@ -562,8 +562,7 @@
}
// 첨부파일 체크
if(!$check_files && $this->hasUploadedFiles()) $buffs[] = "file";
if($this->hasUploadedFiles()) $buffs[] = "file";
return $buffs;
}