From c6facf9ea0b6d87b3ebe74bc834dab0c457e2cf8 Mon Sep 17 00:00:00 2001 From: pookey Date: Mon, 29 Oct 2007 14:36:21 +0000 Subject: [PATCH] reverting previuos commit --- lib/Doctrine/Query.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Doctrine/Query.php b/lib/Doctrine/Query.php index 7eeb51132..f840f1e65 100644 --- a/lib/Doctrine/Query.php +++ b/lib/Doctrine/Query.php @@ -120,9 +120,6 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable return new Doctrine_Query($conn); } - /** - * Resets the query object, so that it can be used again for a fresh query - */ public function reset() { $this->_pendingJoinConditions = array();