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@3577 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
905826c0d1
commit
554ccd6d71
20 changed files with 339 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
* @brief 여러개의 module_srl에 해당하는 모듈의 정보를 구함
|
||||
**/
|
||||
function getModulesInfo($module_srls) {
|
||||
if(is_array($module_srls)) $module_srls = implode(',',$module_srls);
|
||||
$args->module_srls = $module_srls;
|
||||
$output = executeQueryArray('module.getModulesInfo', $args);
|
||||
if(!$output->toBool()) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue