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

This commit is contained in:
zero 2007-04-17 01:56:24 +00:00
parent 6a0f11e893
commit 0f262440cc
4 changed files with 8 additions and 6 deletions

View file

@ -280,7 +280,7 @@
* @brief 지정된 menu_srl에 속한 mid layout_srl을 변경
**/
function updateModuleLayout($layout_srl, $menu_srl_list) {
if(!count($menu_srls)) return;
if(!count($menu_srl_list)) return;
$args->layout_srl = $layout_srl;
$args->menu_srls = implode(',',$menu_srl_list);