mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
관리자 메인 페이지에서 rewrite mod설정 할 때 uncheck시 xml filter의 required동작 때문에 xml filter에서 required 제거
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1894 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e92ed5fa77
commit
326101b8a0
4 changed files with 27 additions and 6 deletions
|
|
@ -31,10 +31,13 @@
|
|||
* @brief time zone변경
|
||||
**/
|
||||
function procInstallAdminSaveTimeZone() {
|
||||
$use_rewrite = Context::get('use_rewrite');
|
||||
if($use_rewrite!='Y') $use_rewrite = 'N';
|
||||
$time_zone = Context::get('time_zone');
|
||||
|
||||
$db_info = Context::getDBInfo();
|
||||
$db_info->time_zone = $time_zone;
|
||||
$db_info->use_rewrite = $use_rewrite;
|
||||
Context::setDBInfo($db_info);
|
||||
|
||||
$oInstallController = &getController('install');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue