mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
RSS 주소 링크 안뜨는 문제 수정, RSS 링크-리라이트 모드 사용시 규칙에 따라 간단한 주소 사용
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6485 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6322c88e2a
commit
9da646c2b2
4 changed files with 50 additions and 9 deletions
12
modules/module/queries/deleteTrigger.xml
Normal file
12
modules/module/queries/deleteTrigger.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="insertTrigger" action="delete">
|
||||
<tables>
|
||||
<table name="module_trigger" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="trigger_name" var="trigger_name" notnull="notnull" />
|
||||
<condition operation="equal" column="module" var="module" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="type" var="type" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="called_method" var="called_method" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="called_position" var="called_position" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue