Changeset 3969
- Timestamp:
- 03/11/08 03:56:31 (16 months ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Connection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Connection.php
r3968 r3969 1404 1404 $this->getManager()->openConnection($dsn, $this->getName(), true); 1405 1405 1406 // Close original1407 $this->getManager()->closeConnection($this);1408 1409 1406 if (isset($e)) { 1410 1407 return $e;