mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
회원가입시 확장변수 라디오 타입 버그
설문조사 아이템 순서 order type 정의 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5995 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
297b65d79e
commit
1dd306d4db
9 changed files with 28 additions and 12 deletions
|
|
@ -457,6 +457,8 @@
|
|||
$oExtraVar->setExtraVarKeys($output->data);
|
||||
$GLOBALS['XE_EXTRA_KEYS'][$module_srl] = $oExtraVar->getExtraVars();
|
||||
}
|
||||
|
||||
ksort($GLOBALS['XE_EXTRA_KEYS'][$module_srl]);
|
||||
return $GLOBALS['XE_EXTRA_KEYS'][$module_srl];
|
||||
}
|
||||
|
||||
|
|
@ -470,6 +472,7 @@
|
|||
$GLOBALS['XE_DOCUMENT_LIST'][$document_srl] = $oDocument;
|
||||
$this->setToAllDocumentExtraVars();
|
||||
}
|
||||
ksort($GLOBALS['XE_EXTRA_VARS'][$document_srl]);
|
||||
return $GLOBALS['XE_EXTRA_VARS'][$document_srl];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue