DEFAULT SET TO EN FOR NOW require_once($rootdir.'/classes/core/language.php'); $clang = new limesurvey_lang("en"); ob_implicit_flush(true); if ($databasetype=='mysql') {@$connect->Execute("ALTER DATABASE `$dbname` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;");} //Set the collation also for manually created DBs if (modify_database(dirname(__FILE__).'/create-'.$databasetype.'.sql')) { print("Creating $dbname on $databasetype\n"); return 0; } else { print("Could not create $dbname on $databasetype\n"); return 1; } ?>