r81835 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81834‎ | r81835 | r81836 >
Date:19:10, 9 February 2011
Author:reedy
Status:ok
Tags:
Comment:
1.17wm1: MFT r81833
Modified paths:
  • /branches/wmf/1.17wmf1 (modified) (history)
  • /branches/wmf/1.17wmf1/includes/db/Database.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/db/Database.php
@@ -1611,7 +1611,7 @@
16121612 if ( !$alias || $alias == $name ) {
16131613 return $this->tableName( $name );
16141614 } else {
1615 - return $this->tableName( $name ) . $this->addQuotes( $alias );
 1615+ return $this->tableName( $name ) . ' ' . $this->addIdentifierQuotes( $alias );
16161616 }
16171617 }
16181618
Property changes on: branches/wmf/1.17wmf1/includes/db/Database.php
___________________________________________________________________
Modified: svn:mergeinfo
16191619 Merged /trunk/phase3/includes/db/Database.php:r81833
Property changes on: branches/wmf/1.17wmf1
___________________________________________________________________
Modified: svn:mergeinfo
16201620 Merged /trunk/phase3:r81833

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