Changeset 2899 for trunk/system/libraries/Database.php
- Timestamp:
- 06/25/2008 03:04:09 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r2862 r2899 369 369 } 370 370 371 foreach ((array) $table as $t)371 foreach ((array) $table as $t) 372 372 { 373 373 $this->join['tables'][] = $this->driver->escape_column($this->config['table_prefix'].$t);
