Index: branches/wmf/1.17wmf1/includes/db/Database.php |
— | — | @@ -1611,7 +1611,7 @@ |
1612 | 1612 | if ( !$alias || $alias == $name ) { |
1613 | 1613 | return $this->tableName( $name ); |
1614 | 1614 | } else { |
1615 | | - return $this->tableName( $name ) . $this->addQuotes( $alias ); |
| 1615 | + return $this->tableName( $name ) . ' ' . $this->addIdentifierQuotes( $alias ); |
1616 | 1616 | } |
1617 | 1617 | } |
1618 | 1618 | |
Property changes on: branches/wmf/1.17wmf1/includes/db/Database.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1619 | 1619 | Merged /trunk/phase3/includes/db/Database.php:r81833 |
Property changes on: branches/wmf/1.17wmf1 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1620 | 1620 | Merged /trunk/phase3:r81833 |