글을 수정시 원문의 lang_code값이 없으면 수정할때 다른 언어로 적용되는 문제를 해결함.
원문의 lang_code값이 없다면 최초 수정자의 언어코드를 적용함


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6719 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-08-04 02:55:39 +00:00
parent 43bb8abadf
commit a82f5d9c23
2 changed files with 16 additions and 6 deletions

View file

@ -5,4 +5,7 @@
<columns>
<column name="lang_code" var="lang_code" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" />
</conditions>
</query>