r89132 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89131‎ | r89132 | r89133 >
Date:19:44, 29 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
small fixes
Modified paths:
  • /trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php (modified) (history)
  • /trunk/extensions/SemanticWatchlist/api/ApiDeleteWatchlistGroup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWatchlist/api/ApiDeleteWatchlistGroup.php
@@ -73,7 +73,7 @@
7474 );
7575
7676 foreach ( $changes as $change ) {
77 - $dbr->select( // TODO
 77+ $dbr->select(
7878 'swl_changes_per_set',
7979 array( 'change_id' ),
8080 array( 'change_set_id' => $set->spg_set_id )
Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php
@@ -8,7 +8,7 @@
99 * Changing one of these settings can be done by copying or cutting it,
1010 * and placing it in LocalSettings.php, AFTER the inclusion of this extension.
1111 *
12 - * @file SemanticWatchlist.Settings.php
 12+ * @file SemanticWatchlist.settings.php
1313 * @ingroup SemanticWatchlist
1414 *
1515 * @licence GNU GPL v3+

Status & tagging log