r10312 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10311‎ | r10312 | r10313 >
Date:06:40, 29 July 2005
Author:kateturner
Status:old
Tags:
Comment:
fix go=first
Modified paths:
  • /trunk/phase3/includes/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialContributions.php
@@ -103,7 +103,7 @@
104104 "WHERE page_id = rev_page AND " .
105105 "rev_user_text = " . $this->dbr->addQuotes($this->username) .
106106 $nscond;
107 - $sql .= " ORDER BY rev_timestamp ASC LIMIT " . ($this->limit + 1);
 107+ $sql .= " ORDER BY rev_timestamp ASC LIMIT " . $this->limit;
108108 $res = $this->dbr->query($sql);
109109 $rows = array();
110110 while ($obj = $this->dbr->fetchObject($res))

Status & tagging log