From db08423507562545417ac1e8dbd33fce92ee6526 Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 15 May 2007 15:33:18 +0000 Subject: [PATCH] --- lib/Doctrine/Query/Part.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Doctrine/Query/Part.php b/lib/Doctrine/Query/Part.php index e1b57c389..711e8a50b 100644 --- a/lib/Doctrine/Query/Part.php +++ b/lib/Doctrine/Query/Part.php @@ -50,6 +50,7 @@ abstract class Doctrine_Query_Part { return $this->query; } + /** public function parse($dql, $append = false) { $e = explode(' ', __CLASS__); @@ -58,4 +59,5 @@ abstract class Doctrine_Query_Part $this->query->addDqlPart($name, $dql); $this->_parse($dql); } + */ }