Changeset b00ba6e6 in github


Ignore:
Timestamp:
May 19, 2010 5:53:36 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
54531f1
Parents:
9d5c834
Message:
  • Fix infinite loop when connection to DB fails using sqlsrv driver (#1486744)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/lib/MDB2/Driver/sqlsrv.php

    r7244b45 rb00ba6e6  
    114114    { 
    115115        if (null === $connection) { 
    116                         if (!$this->connection) { 
    117                 $this->connect(); 
    118             } 
    119116            $connection = $this->connection; 
    120117        } 
Note: See TracChangeset for help on using the changeset viewer.