1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Commented out unreacheable code.

This commit is contained in:
gnat 2007-06-22 17:39:45 +00:00
parent 2a7037cd31
commit 658d4bb618

View File

@ -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)'];
}