This commit is contained in:
parent
bfcfa9f2f2
commit
5cbc3fc817
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable {
|
||||||
|
|
||||||
$q = "SELECT COUNT(DISTINCT ".$table->getTableName().'.'.$table->getIdentifier().") FROM ".$table->getTableName()." ";
|
$q = "SELECT COUNT(DISTINCT ".$table->getTableName().'.'.$table->getIdentifier().") FROM ".$table->getTableName()." ";
|
||||||
foreach($join as $j) {
|
foreach($join as $j) {
|
||||||
$q .= implode(" ",$j);
|
$q .= ' '.implode(" ",$j);
|
||||||
}
|
}
|
||||||
$string = $this->applyInheritance();
|
$string = $this->applyInheritance();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue