Changeset 4596
- Timestamp:
- 06/29/08 06:29:55 (12 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine/Record.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Record.php
r4580 r4596 1245 1245 $map = $this->_table->inheritanceMap; 1246 1246 foreach ($map as $k => $v) { 1247 $k = $this->_table->getFieldName($k); 1247 1248 $old = $this->get($k, false); 1248 1249