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/Pgsql.php

    r1895 r1906  
    5454                        } 
    5555 
    56                         // Clear connection after successful connect 
    57                         $this->db_config['connection'] = NULL; 
     56                        // Clear password after successful connect 
     57                        $this->config['connection']['pass'] = NULL; 
    5858 
    5959                        return $this->link;