Changeset 4402 for branches/0.10
- Timestamp:
- 05/23/08 19:18:35 (8 months ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Collection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Collection.php
r4204 r4402 206 206 public function getKeyColumn() 207 207 { 208 return $this-> column;208 return $this->keyColumn; 209 209 } 210 210