]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Minor fix: convert tables and data from ISO to UTF-8
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 5 Feb 2009 15:22:30 +0000 (15:22 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 5 Feb 2009 15:22:30 +0000 (15:22 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@250 b3834d28-1941-0410-a4f8-b48e95affb8f

services/servicefactory.php

index 73e56264055fb17dd260dc38ce63087166456969..b5215e385152dde28183e1bfcd3c6bf5fd5e9c9a 100644 (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])) {