Mercurial > defr > drupal > core
diff includes/database.pgsql.inc @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | fff6d4c8c043 |
children |
line wrap: on
line diff
--- a/includes/database.pgsql.inc Tue Dec 23 14:32:33 2008 +0100 +++ b/includes/database.pgsql.inc Tue Dec 23 14:32:44 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: database.pgsql.inc,v 1.68.2.2 2008/07/08 09:50:03 goba Exp $ +// $Id: database.pgsql.inc,v 1.68.2.3 2008/11/17 10:31:41 goba Exp $ /** * @file @@ -85,6 +85,7 @@ // Restore error tracking setting ini_set('track_errors', $track_errors_previous); + pg_query($connection, "set client_encoding=\"UTF8\""); return $connection; }