summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-31 03:35:04 +0100
committeradmin <devnull@localhost>2006-10-31 03:35:04 +0100
commitbf9ee3f82dda6c738b65f2b558579b6cab7f7774 (patch)
tree9c26b97133d6e417bfd5b1e433536b8152ef6e9d
parent2c9b09f2bb81061fc20610127c7e5b2e54aa4473 (diff)
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 77069d1a8..03631d69a 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -137,7 +137,7 @@ class CI_DB_driver {
{
return TRUE;
}
-
+
// Connect to the database
$this->conn_id = ($this->pconnect == FALSE) ? $this->db_connect() : $this->db_pconnect();