alecpl
2010-05-19 b00ba6e6de83aba46926b7595a41e51a34300fcc
program/lib/MDB2/Driver/sqlsrv.php
@@ -113,9 +113,6 @@
    function errorInfo($error = null, $connection = null)
    {
        if (null === $connection) {
         if (!$this->connection) {
                $this->connect();
            }
            $connection = $this->connection;
        }