alecpl
2008-12-03 4189ccf44a79d14c8faecefa8f87f8dde5dd492f
program/lib/MDB2/Driver/sqlite.php
@@ -412,12 +412,14 @@
                'unable to establish a connection', __FUNCTION__);
            }
/*
            if (!empty($this->dsn['charset'])) {
                $result = $this->setCharset($this->dsn['charset'], $connection);
                if (PEAR::isError($result)) {
                    return $result;
                }
            }
*/
            $this->connection = $connection;
            $this->connected_dsn = $this->dsn;