Commented out unreacheable code.
This commit is contained in:
parent
2a7037cd31
commit
658d4bb618
1 changed files with 1 additions and 1 deletions
|
@ -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)'];
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue