r25539 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25538‎ | r25539 | r25540 >
Date:13:48, 5 September 2007
Author:simetrical
Status:old
Tags:
Comment:
Tweak comment text
Modified paths:
  • /trunk/phase3/includes/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DifferenceEngine.php
@@ -166,7 +166,8 @@
167167 // Look for an unpatrolled change corresponding to this diff
168168 $change = RecentChange::newFromConds(
169169 array(
170 - // Add redundant timestamp so we use the existing index
 170+ // Add redundant timestamp condition so we can use the
 171+ // existing index
171172 'rc_timestamp' => $this->mNewRev->getTimestamp(),
172173 'rc_this_oldid' => $this->mNewid,
173174 'rc_last_oldid' => $this->mOldid,

Follow-up revisions

RevisionCommit summaryAuthorDate
r25607Merged revisions 25530-25606 via svnmerge from...david06:11, 7 September 2007

Status & tagging log