mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix XML query IDs with their respective file names
This commit is contained in:
parent
bdace357ea
commit
3474667943
29 changed files with 29 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<query id="getActionForward" action="select">
|
||||
<query id="getActionForwardWithModule" action="select">
|
||||
<tables>
|
||||
<table name="action_forward" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="getLangList" action="select">
|
||||
<query id="getLangListByName" action="select">
|
||||
<tables>
|
||||
<table name="lang" />
|
||||
</tables>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<query id="selectModuleCategory" action="select">
|
||||
<query id="getModuleCategory" action="select">
|
||||
<tables>
|
||||
<table name="module_categories" />
|
||||
</tables>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue