r81833 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81832
|
r81833
|
r81834
>
Date:
18:57, 9 February 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Fixup fixme on
r81030
, which should actually have been a fixme on
r81657
Modified paths:
/trunk/phase3/includes/db/Database.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/db/Database.php
—
—
@@ -1625,7 +1625,7 @@
1626
1626
if ( !$alias || $alias == $name ) {
1627
1627
return $this->tableName( $name );
1628
1628
} else {
1629
- return $this->tableName( $name ) . ' ' . $this->addQuotes( $alias );
1629
+ return $this->tableName( $name ) . ' ' . $this->addIdentifierQuotes( $alias );
1630
1630
}
1631
1631
}
1632
1632
Follow-up revisions
Revision
Commit summary
Author
Date
r81834
MFT
r81657
, and fixing revision
r81833
reedy
19:02, 9 February 2011
r81835
1.17wm1: MFT
r81833
reedy
19:10, 9 February 2011
r88396
MFT
r81833
demon
22:28, 18 May 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81030
Reapplying
r70018
in a cleaner way
reedy
16:28, 26 January 2011
r81657
Per fixme on
r77597
, change to $this->addQuotes() instead of hardcoded quote ...
reedy
23:21, 7 February 2011
Status & tagging log
17:49, 15 April 2011
😂
(
talk
|
contribs
)
changed the
status
of r81833
[
removed:
new
added:
ok]