git-svn-id: http://xe-core.googlecode.com/svn/trunk@1779 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-26 12:08:14 +00:00
parent ff5c951324
commit 9402a1ef26
12 changed files with 96 additions and 29 deletions

View file

@ -112,8 +112,8 @@
/**
* @brief DB에 생성된 mid목록을 구해옴
**/
function getMidList() {
$output = executeQuery('module.getMidList');
function getMidList($args = null) {
$output = executeQuery('module.getMidList', $args);
if(!$output->toBool()) return $output;
$list = $output->data;