Trac
Changeset 4781 for tags/0.11.1
- Timestamp:
- 08/19/08 17:11:25 (3 months ago)
- Files:
-
- tags/0.11.1/lib/Doctrine/Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/0.11.1/lib/Doctrine/Query.php
r4645 r4781 1059 1059 } 1060 1060 1061 $tableAlias = trim($e[3], '" ');1061 $tableAlias = trim($e[3], '"`'); 1062 1062 $componentAlias = $this->getComponentAlias($tableAlias); 1063 1063