Changeset 3294
- Timestamp:
- 08/07/2008 02:16:26 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r3278 r3294 733 733 foreach ($key as $k => $v) 734 734 { 735 // Add a table prefix if the column includes the table. 736 if (strpos($k, '.')) 737 $k = $this->config['table_prefix'].$k; 738 735 739 $this->set[$k] = $this->driver->escape($v); 736 740 }
