Changeset 3856
- Timestamp:
- 02/20/08 16:47:50 (17 months 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
r3855 r3856 1795 1795 } 1796 1796 // append parameters 1797 $params = array_merge($this->_params['where'], $this->_params['having'], $ params);1797 $params = array_merge($this->_params['where'], $this->_params['having'], $this->_params['join'], $params); 1798 1798 1799 1799 $params = $this->convertEnums($params);