r88472 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r88471
|
r88472
|
r88473
>
Date:
18:18, 20 May 2011
Author:
jeroendedauw
Status:
deferred
Tags:
Comment:
distinct select, don't want duplicate results in watchlist
Modified paths:
/trunk/extensions/SemanticWatchlist/api/ApiQuerySemanticWatchlist.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticWatchlist/api/ApiQuerySemanticWatchlist.php
—
—
@@ -83,6 +83,7 @@
84
84
'upg_user_id' => $userId
85
85
) );
86
86
87
+ $this->addOption( 'DISTINCT' );
87
88
$this->addOption( 'LIMIT', $limit + 1 );
88
89
$this->addOption( 'ORDER BY', 'set_time DESC, set_id DESC' );
89
90
Status & tagging log
23:48, 20 May 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r88472
[
removed:
new
added:
deferred]