Changeset 1895 for trunk/system/libraries/drivers/Database/Mysql.php
- Timestamp:
- 01/31/2008 06:35:42 PM (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
r1881 r1895 70 70 } 71 71 72 // Clear passwordafter successful connect73 $this->db_config['connection'] ['pass']= NULL;72 // Clear connection after successful connect 73 $this->db_config['connection'] = NULL; 74 74 75 75 return $this->link;
