Tweak comment text
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 5 Sep 2007 13:48:45 +0000 (13:48 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 5 Sep 2007 13:48:45 +0000 (13:48 +0000)
includes/DifferenceEngine.php

index 54de8f4..99bb479 100644 (file)
@@ -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,