diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-27 14:57:45 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-27 14:57:45 -0400 |
commit | d068680e1913a32eba0f5b0e1e746ac66ec638d3 (patch) | |
tree | 10ed4b25cdee14cc1449e13e2b39e7ec88544d8e /lib | |
parent | b3bb8943f592de9f6936f35be49a88c641bf6da1 (diff) |
optionally use SET NAMES for utf8 to DB
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index f983c4d16..8f95c2361 100644 --- a/lib/common.php +++ b/lib/common.php @@ -167,6 +167,7 @@ $config['db'] = 'require_prefix' => 'classes/', 'class_prefix' => '', 'mirror' => null, + 'utf8' => true, 'db_driver' => 'DB', # XXX: JanRain libs only work with DB 'quote_identifiers' => false, 'type' => 'mysql' ); |