첨부파일 관리페이지 * 비회원이 첨부한 파일도 표시하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6588 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-06-18 08:43:19 +00:00
parent bfd14e7996
commit d2d0fa986e

View file

@ -10,7 +10,6 @@
<condition operation="in" column="files.module_srl" var="s_module_srl" />
<condition operation="equal" column="files.isvalid" var="isvalid" pipe="and" />
<condition operation="equal" column="files.direct_download" var="direct_download" pipe="and" />
<condition operation="equal" column="files.member_srl" default="member.member_srl" pipe="and" />
<group pipe="and">
<condition operation="like" column="files.source_filename" var="s_filename" pipe="or" />
<condition operation="more" column="files.file_size" var="s_filesize_more" pipe="or" />