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 @@
279279 $namespace = $opts['namespace'];
280280 $invert = $opts['invert'];
281281
282 - $join_conds = array();
283 -
284282 // JOIN on watchlist for users
285283 if( $uid ) {
286284 $tables[] = 'watchlist';

Status & tagging log