Minor fix: convert tables and data from ISO to UTF-8

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@250 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2009-02-05 15:22:30 +00:00
parent b10bc4065e
commit c6ab56d6c7

View File

@ -16,6 +16,7 @@ class ServiceFactory {
if(!$db->db_connect_id) {
message_die(CRITICAL_ERROR, "Could not connect to the database", $db);
}
$db->sql_query("SET NAMES UTF8");
}
if (!isset($instances[$name])) {