"Kaldari" changed the status of MediaWiki.r114431 to "ok" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/114431#c32676

Old Status: new
New Status: ok

Commit summary for MediaWiki.r114431:

provided metadata to provided page list

Kaldari's comment:

<pre>
if ( $opts['showtriaged'] ) {
  $conds['ptrp_triaged'] = array( 0, 1 );
} else {
  $conds['ptrp_triaged'] = 0;
}
</pre>

The first part of this is unnecessary, but it looks like this is already fixed 
in newer versions of the page.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to