mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7617 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
355 B
XML
12 lines
355 B
XML
<query id="updateModuleInSites" action="update">
|
|
<tables>
|
|
<table name="modules" />
|
|
</tables>
|
|
<columns>
|
|
<column name="mlayout_srl" var="mlayout_srl" />
|
|
<column name="use_mobile" var="use_mobile" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="site_srl" var="site_srls" filter="number" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|