mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
옵티마이저 사용 유무에 대한 값 체크 부분의 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2709 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
058e9772ca
commit
e669b6cc2f
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