r61652 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r61651
|
r61652
|
r61653
>
Date:
02:37, 29 January 2010
Author:
demon
Status:
ok
Tags:
Comment:
(
bug 22310
) Only need to declare $join_conds once
Modified paths:
/trunk/phase3/includes/specials/SpecialRecentchanges.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
—
—
@@ -278,8 +278,6 @@
279
279
$namespace = $opts['namespace'];
280
280
$invert = $opts['invert'];
281
281
282
- $join_conds = array();
283
-
284
282
// JOIN on watchlist for users
285
283
if( $uid ) {
286
284
$tables[] = 'watchlist';
Status & tagging log
05:14, 29 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r61652
[
removed:
new
added:
ok]