설치시 cubrid의 안정화 테스트 및 튜닝이 되어 있지 않다는 문구 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2361 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-20 03:06:59 +00:00
parent b38d6872b2
commit 6899159706
5 changed files with 5 additions and 5 deletions

View file

@ -144,7 +144,7 @@ EndOfLicense;
'mysql_innodb' => 'Using innodb to use mysql DB.<br />Transaction is enabled for innodb',
'sqlite2' => 'Supporting sqlite2 which saves the data into the file.<br />When installing, DB file should be created at unreachable place from web.<br />(Never got tested on stabilization)',
'sqlite3_pdo' => 'Suppots sqlite3 by PHP\'s PDO.<br />When installing, DB file should be created at unreachable place from web.',
'cubrid' => 'Use CUBRID DB.<br />(Never got tested on stabilization and didn\'t get tuned.)',
'cubrid' => 'Use CUBRID DB.',
);
$lang->form_title = 'Please input DB &amp; Admin information';