From: Aryeh Gregor Date: Wed, 5 Sep 2007 13:48:45 +0000 (+0000) Subject: Tweak comment text X-Git-Tag: 1.31.0-rc.0~51504 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=9f58c7f05a8cde80c173daacdc2803bd7d5a3344;p=lhc%2Fweb%2Fwiklou.git Tweak comment text --- diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index 54de8f47c8..99bb4798a7 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -166,7 +166,8 @@ CONTROL; // Look for an unpatrolled change corresponding to this diff $change = RecentChange::newFromConds( array( - // Add redundant timestamp so we use the existing index + // Add redundant timestamp condition so we can use the + // existing index 'rc_timestamp' => $this->mNewRev->getTimestamp(), 'rc_this_oldid' => $this->mNewid, 'rc_last_oldid' => $this->mOldid,