mango r275 - in branches/django: . lib



Author: ovitters
Date: Sun Jun 29 00:21:34 2008
New Revision: 275
URL: http://svn.gnome.org/viewvc/mango?rev=275&view=rev

Log:
Merge from trunk.


Modified:
   branches/django/   (props changed)
   branches/django/ChangeLog
   branches/django/lib/mysql.php

Modified: branches/django/lib/mysql.php
==============================================================================
--- branches/django/lib/mysql.php	(original)
+++ branches/django/lib/mysql.php	Sun Jun 29 00:21:34 2008
@@ -32,7 +32,9 @@
         }
 
         $this->handle = $dbh;
-        
+
+        $this->query("SET NAMES 'utf8'");
+
         return $this;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]