Index: trunk/phase3/includes/api/ApiQueryDeletedrevs.php |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | "(ar_namespace = $ns AND " . |
154 | 154 | "(ar_title $op '$title' OR " . |
155 | 155 | "(ar_title = '$title' AND " . |
156 | | - "ar_timestamp = '$ts')))"); |
| 156 | + "ar_timestamp $op= '$ts')))"); |
157 | 157 | } |
158 | 158 | |
159 | 159 | $this->addOption('LIMIT', $limit + 1); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -651,6 +651,8 @@ |
652 | 652 | customized messages |
653 | 653 | * Don't parse magic words in meta=allmessages, output messages unparsed |
654 | 654 | * (bug 21105) list=usercontribs can now list contribs for User:0 |
| 655 | +* (bug 21085) list=deletedrevs no longer returns only one revision when |
| 656 | + drcontinue param is passed |
655 | 657 | |
656 | 658 | === Languages updated in 1.16 === |
657 | 659 | |