summaryrefslogtreecommitdiffstats
path: root/system/database
diff options
context:
space:
mode:
Diffstat (limited to 'system/database')
-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 48f9fb5ac..079ee8d05 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1312,7 +1312,7 @@ abstract class CI_DB_driver {
// way to deal with this, but I'm not thinking of it -- Rick
if (strpos($item, '(') !== FALSE)
{
- return $item.$alias;
+ return $item;
}
// Convert tabs or multiple spaces into single spaces