Changeset 1906 for trunk/system/libraries/Database.php
- Timestamp:
- 02/03/2008 09:40:53 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r1895 r1906 197 197 throw new Kohana_Database_Exception('database.connection', $this->driver->show_error()); 198 198 199 // Clear connectionafter successful connect200 $this->config['connection'] = NULL;199 // Clear password after successful connect 200 $this->config['connection']['pass'] = NULL; 201 201 } 202 202 }
