Commit 658d4bb6 authored by gnat's avatar gnat

Commented out unreacheable code.

parent 2a7037cd
......@@ -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)'];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment