"Aaron Schulz" changed the status of MediaWiki.r113415 to "ok" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113415#c32002

Old Status: new
New Status: ok

Commit summary for MediaWiki.r113415:

(bug 25095) Special:Categories doesn't show first relevant item when "from" is 
filled

Aaron Schulz's comment:

<pre>
+ $dbr = wfGetDB( DB_SLAVE );
+ $this->conds[] = 'cat_title >= ' . $dbr->addQuotes( $from );
</pre>

Please move this to getQueryInfo().

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

Reply via email to