commit | e78f81537c0859c6ee5b80a09fe63fa946122f01 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Oct 09 11:38:38 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Oct 09 11:38:38 2012 +0300 |
tree | 1cf905f43b07a99f1ffbc9284720db3e5360a986 | |
parent | fce9abe379cd273262d5e3dcbbb169ffd090506a [diff] |
Missed an underscore ... doh
diff --git a/system/database/DB_query_builder.php b/system/database/DB_query_builder.php index c77648b..54510ec 100644 --- a/system/database/DB_query_builder.php +++ b/system/database/DB_query_builder.php
@@ -2057,7 +2057,7 @@ // Write the "FROM" portion of the query if (count($this->qb_from) > 0) { - $sql .= "\nFROM ".$this->from_tables(); + $sql .= "\nFROM ".$this->_from_tables(); } // Write the "JOIN" portion of the query