mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
issue 160, code arrange on genaral config
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9373 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a4ab618883
commit
e6c4a3bd2a
7 changed files with 26 additions and 47 deletions
|
|
@ -186,11 +186,7 @@
|
|||
* @brief Supported languages (was procInstallAdminSaveLangSelected)
|
||||
**/
|
||||
function saveLangSelected($selected_lang){
|
||||
/*$selected_lang = trim($selected_lang);
|
||||
if(!$selected_lang) return new Object(-1,'msg_invalid_request');
|
||||
$langs = explode('|@|', $selected_lang);*/
|
||||
$langs = $selected_lang;
|
||||
//fileter로 넘어오지 않으므로 위에 처럼 변경
|
||||
|
||||
$lang_supported = Context::loadLangSupported();
|
||||
$buff = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue