commit | bf9ee3f82dda6c738b65f2b558579b6cab7f7774 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 31 02:35:04 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 31 02:35:04 2006 +0000 |
tree | 9c26b97133d6e417bfd5b1e433536b8152ef6e9d | |
parent | 2c9b09f2bb81061fc20610127c7e5b2e54aa4473 [diff] [blame] |
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 77069d1..03631d6 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -137,7 +137,7 @@ { return TRUE; } - + // Connect to the database $this->conn_id = ($this->pconnect == FALSE) ? $this->db_connect() : $this->db_pconnect();