Trac

Changeset 4781 for tags/0.11.1

Show
Ignore:
Timestamp:
08/19/08 17:11:25 (3 months ago)
Author:
jasoneisen
Message:

Fixes #1354

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/0.11.1/lib/Doctrine/Query.php

    r4645 r4781  
    10591059                } 
    10601060 
    1061                 $tableAlias = trim($e[3], '"'); 
     1061                $tableAlias = trim($e[3], '"`'); 
    10621062                $componentAlias = $this->getComponentAlias($tableAlias); 
    10631063