From 9f58c7f05a8cde80c173daacdc2803bd7d5a3344 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 5 Sep 2007 13:48:45 +0000 Subject: [PATCH] Tweak comment text --- includes/DifferenceEngine.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.20.1