mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6b38f2b8bd
commit
7f67df0200
15 changed files with 17 additions and 53 deletions
|
|
@ -67,7 +67,7 @@
|
|||
* @brief DB 에 생성된 메뉴의 목록을 구함
|
||||
* 생성되었다는 것은 DB에 등록이 되었다는 것을 의미
|
||||
**/
|
||||
function getMenuList() {
|
||||
function getMenuItemList() {
|
||||
$output = executeQuery('menu.getMenuList');
|
||||
if(!$output->data) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue