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); } + */ }