Skip to content

Commit

Permalink
refs #514 : remove - unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jun 25, 2015
1 parent 4866927 commit ba1a2a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -608,11 +608,6 @@ function_exists
else {
echo '<li style="color:navy">Character Set: ', _t('UTF8 미지원 (경고: 한글 지원이 불완전할 수 있습니다.)'), '</li>';
}
/* if (POD::query('SET SESSION collation_connection = \'utf8_general_ci\''))
echo '<li>Collation: OK</li>';
else {
echo '<li style="color:navy">Collation: ', _t('UTF8 General 미지원 (경고: 한글 지원이 불완전할 수 있습니다.)'), '</li>';
}*/
if (POD::query("CREATE TABLE {$_POST['dbPrefix']}Setup (a INT NOT NULL)")) {
POD::query("DROP TABLE {$_POST['dbPrefix']}Setup");
echo '<li>', _t('테이블 생성 권한'), ': OK</li>';
Expand Down

0 comments on commit ba1a2a4

Please sign in to comment.