]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Use mysql_set_charset for connection instead of SET NAMES
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 30 May 2009 17:59:57 +0000 (13:59 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 30 May 2009 17:59:57 +0000 (13:59 -0400)
commit9e16b7d89b101d8dfebdb8bf22ea56e9b8731bdd
tree6761aaa2e72430f4a62168e682a424565953bd4d
parenta262f83210f6a405bfe79148b52387d1dbdd9a5d
Use mysql_set_charset for connection instead of SET NAMES

PHP doesn't get the info about the charset of the connection if
you use SET NAMES. So, we use the appropriate PHP function instead.
classes/Memcached_DataObject.php