summaryrefslogtreecommitdiffstatshomepage
path: root/services/servicefactory.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-05 15:22:30 +0000
committerGravatar mensonge2009-02-05 15:22:30 +0000
commitc6ab56d6c7eb83c973d7a4f10ee2420b56e49f12 (patch)
treedc7c3a136d3e0fca9e8a103a1ca41347aa257927 /services/servicefactory.php
parentb10bc4065ef76a7c3419395ae89f8d36d4a831ba (diff)
downloadscuttle-c6ab56d6c7eb83c973d7a4f10ee2420b56e49f12.tar.gz
scuttle-c6ab56d6c7eb83c973d7a4f10ee2420b56e49f12.zip
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
Diffstat (limited to 'services/servicefactory.php')
-rw-r--r--services/servicefactory.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/servicefactory.php b/services/servicefactory.php
index 73e5626..b5215e3 100644
--- a/services/servicefactory.php
+++ b/services/servicefactory.php
@@ -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])) {