Changeset 4403 for branches/0.9
- Timestamp:
- 05/23/08 19:19:02 (8 months ago)
- Files:
-
- 1 modified
-
branches/0.9/lib/Doctrine/Collection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/lib/Doctrine/Collection.php
r3883 r4403 202 202 public function getKeyColumn() 203 203 { 204 return $this-> column;204 return $this->keyColumn; 205 205 } 206 206