1
0
mirror of synced 2024-12-13 14:56:01 +03:00
This commit is contained in:
zYne 2006-10-17 17:23:59 +00:00
parent bfcfa9f2f2
commit 5cbc3fc817

View File

@ -161,7 +161,7 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable {
$q = "SELECT COUNT(DISTINCT ".$table->getTableName().'.'.$table->getIdentifier().") FROM ".$table->getTableName()." ";
foreach($join as $j) {
$q .= implode(" ",$j);
$q .= ' '.implode(" ",$j);
}
$string = $this->applyInheritance();