Changeset 3969

Show
Ignore:
Timestamp:
03/11/08 03:56:31 (16 months ago)
Author:
jwage
Message:

More fixes to drop/create db functionality.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/lib/Doctrine/Connection.php

    r3968 r3969  
    14041404        $this->getManager()->openConnection($dsn, $this->getName(), true); 
    14051405 
    1406         // Close original 
    1407         $this->getManager()->closeConnection($this); 
    1408  
    14091406        if (isset($e)) { 
    14101407            return $e;