rhymix/modules/menu/queries/updateMenuItemNode.xml
ovclas c034fd7e9e issue 2522 remove some paramter, because validate in server.
modify movalbe to other sitemap


git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11491 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-09-25 02:58:21 +00:00

13 lines
456 B
XML

<query id="updateMenuItemNode" action="update">
<tables>
<table name="menu_item" />
</tables>
<columns>
<column name="menu_srl" var="menu_srl" />
<column name="parent_srl" var="parent_srl" />
<column name="listorder" var="listorder" />
</columns>
<conditions>
<condition operation="equal" column="menu_item_srl" var="menu_item_srl" filter="number" notnull="notnull" />
</conditions>
</query>