Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from n0wheremany/patch-2
Browse files Browse the repository at this point in the history
Update convert.php
  • Loading branch information
pafnuty authored Jan 23, 2017
2 parents 689ae0d + e8d9543 commit 6eaf04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function step2() {
CONCAT(\'ALTER TABLE `\', t.`TABLE_SCHEMA`, \'`.`\', t.`TABLE_NAME`, \'` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;\') as sqlcode
FROM `information_schema`.`TABLES` t
WHERE 1
AND t.`TABLE_SCHEMA` = \'dle104win\'
AND t.`TABLE_SCHEMA` = \''.$dbname.'\'
AND t.TABLE_COLLATION <> \'utf8_general_ci\'
ORDER BY 1');
$step2 .= mysql_error();
Expand Down

0 comments on commit 6eaf04d

Please sign in to comment.