Changeset b00ba6e6 in github
- Timestamp:
- May 19, 2010 5:53:36 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 54531f1
- Parents:
- 9d5c834
- File:
-
- 1 edited
-
program/lib/MDB2/Driver/sqlsrv.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/MDB2/Driver/sqlsrv.php
r7244b45 rb00ba6e6 114 114 { 115 115 if (null === $connection) { 116 if (!$this->connection) {117 $this->connect();118 }119 116 $connection = $this->connection; 120 117 }
Note: See TracChangeset
for help on using the changeset viewer.
