Changeset 4781 for tags/0.11.1/lib
- Timestamp:
- 08/19/08 17:11:25 (5 months ago)
- Files:
-
- 1 modified
-
tags/0.11.1/lib/Doctrine/Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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