Changeset 3892
- Timestamp:
- 02/24/08 01:26:18 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Connection/UnitOfWork.php
r3884 r3892 562 562 $parentTable = $this->conn->getTable($class); 563 563 564 if (!array_key_exists($class, $dataSet)) { 565 continue; 566 } 567 564 568 $this->conn->update($this->conn->getTable($class), $dataSet[$class], $identifier); 565 569 }