mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
관리자 페이지에서 use_optimizer의 상태 표시와 관련된 오류 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2710 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29ca68f18e
commit
7a527faa43
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
Context::set('time_zone_list', $GLOBALS['time_zone']);
|
||||
Context::set('time_zone', $GLOBALS['_time_zone']);
|
||||
Context::set('use_rewrite', $db_info->use_rewrite=='Y'?'Y':'N');
|
||||
Context::set('use_optimizer', $db_info->use_optimizer==''?'Y':'N');
|
||||
Context::set('use_optimizer', $db_info->use_optimizer!='N'?'Y':'N');
|
||||
|
||||
Context::setBrowserTitle("ZeroboardXE Admin Page");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue