Changeset 652 for trunk/system/libraries/Database.php
- Timestamp:
- 10/04/2007 08:10:40 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r644 r652 118 118 throw new Kohana_Exception('database.driver_not_supported', 'Database drivers must use the Database_Driver interface.'); 119 119 120 Log::add('debug', 'Database Class Initialized');120 Log::add('debug', 'Database Library initialized'); 121 121 } 122 122
