Changeset 3789 for trunk/lib/Doctrine/Query.php
- Timestamp:
- 02/15/08 11:57:46 (2 years ago)
- Files:
-
- 1 modified
-
trunk/lib/Doctrine/Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine/Query.php
r3782 r3789 1063 1063 $this->_pendingAggregates = array(); 1064 1064 $this->_aggregateAliasMap = array(); 1065 $this->_enumParams = array();1066 1065 } 1067 1066 $this->reset();