r83402 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83401‎ | r83402 | r83403 >
Date:20:38, 6 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix where ipb_deleted from r83390
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryBase.php
@@ -489,7 +489,7 @@
490490
491491 // Don't show hidden names
492492 if ( !$userCanViewHiddenUsers ) {
493 - $this->addWhere( 'ipb_deleted IS NULL' );
 493+ $this->addWhereFld( 'ipb_deleted', 0 );
494494 }
495495 }
496496 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r834871.17wmf1: MFT r82696, r83270, r83284, r83374, r83390, r83392, r83402, r83403,...catrope21:44, 7 March 2011
r85354MFT r82518, r82530, r82538, r82547, r82550, r82565, r82572, r82608, r82696, r...demon18:25, 4 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83390* (bug 27897) list=allusers and list=users list hidden users...reedy17:59, 6 March 2011

Status & tagging log