commit | 402d1d511d79b4e6d760dc3c88b4fe80a53a8a56 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Wed Sep 27 01:54:14 2006 +0000 |
committer | admin <devnull@localhost> | Wed Sep 27 01:54:14 2006 +0000 |
tree | 1df9e5cca5513a354b32e09e6c17f3a32e8e21a9 | |
parent | 5abd04902b11472cd8243280f0c08687325c5e90 [diff] [blame] |
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index c038185..eb9f14a 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php
@@ -135,7 +135,7 @@ } } - $this->ar_join[] = $type.'JOIN '.$table.' ON '.$cond; + $this->ar_join[] = $type.'JOIN '.$this->dbprefix.$table.' ON '.$cond; return $this; }