r88396 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88395‎ | r88396 | r88397 >
Date:22:28, 18 May 2011
Author:demon
Status:ok
Tags:
Comment:
MFT r81833
Modified paths:
  • /branches/REL1_17/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/db/Database.php
@@ -1628,7 +1628,7 @@
16291629 if ( !$alias || $alias == $name ) {
16301630 return $this->tableName( $name );
16311631 } else {
1632 - return $this->tableName( $name ) . ' ' . $this->addQuotes( $alias );
 1632+ return $this->tableName( $name ) . ' ' . $this->addIdentifierQuotes( $alias );
16331633 }
16341634 }
16351635

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81833Fixup fixme on r81030, which should actually have been a fixme on r81657reedy18:57, 9 February 2011

Status & tagging log