Changeset 5077
- Timestamp:
- 10/13/08 20:55:22 (9 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Query/Abstract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Query/Abstract.php
r5074 r5077 959 959 } 960 960 961 $p arams = $this->getParams($params);962 963 $this->_preQuery($p arams);961 $preQueryParams = $this->getParams($params); 962 963 $this->_preQuery($preQueryParams); 964 964 965 965 if ($hydrationMode !== null) { 966 966 $this->_hydrator->setHydrationMode($hydrationMode); 967 967 } 968 969 $params = $this->getParams($params); 968 970 969 971 if ($this->_resultCache && $this->_type == self::SELECT) {