Changeset 1906 for trunk/system/libraries/drivers/Database/Pdosqlite.php
- Timestamp:
- 02/03/2008 09:40:53 AM (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database/Pdosqlite.php
r1895 r1906 56 56 } 57 57 58 // Clear connectionafter successful connect59 $this-> db_config['connection'] = NULL;58 // Clear password after successful connect 59 $this->config['connection']['pass'] = NULL; 60 60 61 61 return $this->link;
