mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#464 쪽지 수신 여부를 쪽지함에서 보이도록 하고 커뮤니케이션 애드온 비활성화시 개인의 쪽지함/친구함이 보이지 않도록 처리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e6a19417ff
commit
602bbe80e8
10 changed files with 57 additions and 19 deletions
11
modules/member/queries/updateAllowMessage.xml
Normal file
11
modules/member/queries/updateAllowMessage.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="updateAllowMessage" action="update">
|
||||
<tables>
|
||||
<table name="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="allow_message" var="allow_message" default="Y" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" filter="number"/>
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
<column name="blog" var="blog" />
|
||||
<column name="birthday" var="birthday" />
|
||||
<column name="allow_mailing" var="allow_mailing" default="Y" />
|
||||
<column name="allow_message" var="allow_message" default="Y" />
|
||||
<column name="allow_message" var="allow_message" />
|
||||
<column name="denied" var="denied" />
|
||||
<column name="limit_date" var="limit_date" />
|
||||
<column name="is_admin" var="is_admin" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue