Changeset 4686
- Timestamp:
- 07/14/08 17:06:19 (5 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
0.11/lib/Doctrine/Query.php (modified) (1 diff)
-
1.0/lib/Doctrine/Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Query.php
r4645 r4686 1059 1059 } 1060 1060 1061 $tableAlias = trim($e[3], ' "');1061 $tableAlias = trim($e[3], '`"'); 1062 1062 $componentAlias = $this->getComponentAlias($tableAlias); 1063 1063 -
branches/1.0/lib/Doctrine/Query.php
r4645 r4686 1059 1059 } 1060 1060 1061 $tableAlias = trim($e[3], ' "');1061 $tableAlias = trim($e[3], '`"'); 1062 1062 $componentAlias = $this->getComponentAlias($tableAlias); 1063 1063