Thomas Bruederli
2013-10-07 120db629b0645033fd6a477b9f96cc8dad589213
program/lib/Roundcube/rcube_db_pgsql.php
@@ -36,7 +36,7 @@
     */
    protected function conn_configure($dsn, $dbh)
    {
        $this->query("SET NAMES 'utf8'");
        $dbh->query("SET NAMES 'utf8'");
    }
    /**