summaryrefslogtreecommitdiffstats
path: root/system/database
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-10 14:12:02 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-10 14:12:02 +0200
commit4db16326a0418776f10802ecdcccb385ff67e363 (patch)
treed1613ff82462ecdb67e2f9f96f9f9f2da444af11 /system/database
parent392b6ad264f045a5b9c19d51d09cb9f5a8675e8a (diff)
Remove a non-existent variable usage
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