Changeset 6378
- Timestamp:
- 12/07/07 21:21:37 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/addon/creole/drivers/sfDebugConnection.php
r3459 r6378 79 79 if (!($driver = Creole::getDriver($dsninfo['phptype']))) 80 80 { 81 throw new SQLException( "No driver has been registered to handle connection type: $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);