Changeset 4888
- Timestamp:
- 09/08/08 19:15:03 (10 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Query/Having.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Query/Having.php
r4252 r4888 72 72 $func = $this->query->getAggregateAlias($field); 73 73 } 74 return $ func;74 return $this->query->getConnection()->quoteIdentifier($func); 75 75 } else { 76 return $ func;76 return $this->query->getConnection()->quoteIdentifier($func); 77 77 } 78 78 }