From 658d4bb618a47f5a34d3c9e823d9382120284139 Mon Sep 17 00:00:00 2001 From: gnat Date: Fri, 22 Jun 2007 17:39:45 +0000 Subject: [PATCH] Commented out unreacheable code. --- lib/Doctrine/Record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index e93eaa5ed..68752bcd9 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -1364,7 +1364,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite //$array = $query->execute(array($this->getIncremented())); return 0; - return $array[0]['COUNT(1)']; + //return $array[0]['COUNT(1)']; }