summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();