1
0
mirror of synced 2025-01-18 06:21:40 +03:00

reverting previuos commit

This commit is contained in:
pookey 2007-10-29 14:36:21 +00:00
parent ab6a7c9385
commit c6facf9ea0

View File

@ -120,9 +120,6 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable
return new Doctrine_Query($conn); return new Doctrine_Query($conn);
} }
/**
* Resets the query object, so that it can be used again for a fresh query
*/
public function reset() public function reset()
{ {
$this->_pendingJoinConditions = array(); $this->_pendingJoinConditions = array();