From 89f3554d2b78a96f0f6155bed1a411893b13059c Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 10 May 2007 18:11:58 +0000 Subject: [PATCH] --- draft/new-core/Hydrate.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/draft/new-core/Hydrate.php b/draft/new-core/Hydrate.php index 7b8e7aed3..8d8ee937d 100644 --- a/draft/new-core/Hydrate.php +++ b/draft/new-core/Hydrate.php @@ -262,7 +262,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access */ protected function clear() { - $this->fetchModes = array(); $this->tables = array(); $this->parts = array( "select" => array(), @@ -277,8 +276,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access ); $this->inheritanceApplied = false; $this->aggregate = false; - - $this->collections = array(); $this->joins = array(); $this->tableIndexes = array(); $this->tableAliases = array(); @@ -356,8 +353,6 @@ abstract class Doctrine_Hydrate extends Doctrine_Access * @return Doctrine_Collection the root collection */ public function execute($params = array(), $return = Doctrine::FETCH_RECORD) { - $this->collections = array(); - $params = $this->conn->convertBooleans(array_merge($this->params, $params)); if ( ! $this->view) {