summaryrefslogtreecommitdiffstats
path: root/system/database/DB_active_rec.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-27 03:54:14 +0200
committeradmin <devnull@localhost>2006-09-27 03:54:14 +0200
commit402d1d511d79b4e6d760dc3c88b4fe80a53a8a56 (patch)
tree1df9e5cca5513a354b32e09e6c17f3a32e8e21a9 /system/database/DB_active_rec.php
parent5abd04902b11472cd8243280f0c08687325c5e90 (diff)
Diffstat (limited to 'system/database/DB_active_rec.php')
-rw-r--r--system/database/DB_active_rec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php
index c038185bc..eb9f14a92 100644
--- a/system/database/DB_active_rec.php
+++ b/system/database/DB_active_rec.php
@@ -135,7 +135,7 @@ class CI_DB_active_record extends CI_DB_driver {
}
}
- $this->ar_join[] = $type.'JOIN '.$table.' ON '.$cond;
+ $this->ar_join[] = $type.'JOIN '.$this->dbprefix.$table.' ON '.$cond;
return $this;
}