alecpl
2009-07-22 f134ad8c4cc6ec06da7cd63ebc1eb9a767c0fb65
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;