Show
Ignore:
Timestamp:
02/03/2008 09:40:53 AM (11 months ago)
Author:
Shadowhand
Message:

Undoing r1895, to fix #370.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Database/Mysql.php

    r1898 r1906  
    7070                        } 
    7171 
    72                         // Clear connection after successful connect 
    73                         $this->db_config['connection'] = NULL; 
     72                        // Clear password after successful connect 
     73                        $this->config['connection']['pass'] = NULL; 
    7474 
    7575                        return $this->link;