Changeset 6379
- Timestamp:
- 12/07/07 21:22:53 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/plugins/sfPropelPlugin/lib/creole/drivers/sfDebugConnection.php
r4951 r6379 79 79 if (!($driver = Creole::getDriver($dsninfo['phptype']))) 80 80 { 81 throw new SQLException(sprintf('No driver has been registered to handle connection type: %s.', $ type));81 throw new SQLException(sprintf('No driver has been registered to handle connection type: %s.', $dsninfo['phptype'])); 82 82 } 83 83 $connectionClass = Creole::import($driver);