BUGFIX Installer should generate MySQLDatabase::set_connection_charset('utf8') in the _config.php to allow for better encoding in MySQL

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@98893 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-02-13 04:12:18 +00:00 committed by Sam Minnee
parent bbadf8f043
commit 83853cb4c4

View File

@ -865,6 +865,8 @@ global \$databaseConfig;
// for a description of what dev mode does.
Director::set_dev_servers($devServers);
MySQLDatabase::set_connection_charset('utf8');
// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.org/themes/
SSViewer::set_theme('$theme');