Changeset 3789 for branches/0.10/lib/Doctrine/Query.php
- Timestamp:
- 02/15/08 11:57:46 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Query.php
r3782 r3789 1102 1102 $this->_pendingAggregates = array(); 1103 1103 $this->_aggregateAliasMap = array(); 1104 $this->_enumParams = array();1105 1104 } 1106 1105 $this->reset();