Changeset 1906 for trunk/system/libraries/drivers/Database/Mysql.php
- Timestamp:
- 02/03/2008 09:40:53 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database/Mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database/Mysql.php
r1898 r1906 70 70 } 71 71 72 // Clear connectionafter successful connect73 $this-> db_config['connection'] = NULL;72 // Clear password after successful connect 73 $this->config['connection']['pass'] = NULL; 74 74 75 75 return $this->link;
