http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89132

Revision: 89132
Author:   jeroendedauw
Date:     2011-05-29 19:44:47 +0000 (Sun, 29 May 2011)
Log Message:
-----------
small fixes

Modified Paths:
--------------
    trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php
    trunk/extensions/SemanticWatchlist/api/ApiDeleteWatchlistGroup.php

Modified: trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php
===================================================================
--- trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php   
2011-05-29 19:42:18 UTC (rev 89131)
+++ trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php   
2011-05-29 19:44:47 UTC (rev 89132)
@@ -8,7 +8,7 @@
  * Changing one of these settings can be done by copying or cutting it,
  * and placing it in LocalSettings.php, AFTER the inclusion of this extension.
  *
- * @file SemanticWatchlist.Settings.php
+ * @file SemanticWatchlist.settings.php
  * @ingroup SemanticWatchlist
  *
  * @licence GNU GPL v3+

Modified: trunk/extensions/SemanticWatchlist/api/ApiDeleteWatchlistGroup.php
===================================================================
--- trunk/extensions/SemanticWatchlist/api/ApiDeleteWatchlistGroup.php  
2011-05-29 19:42:18 UTC (rev 89131)
+++ trunk/extensions/SemanticWatchlist/api/ApiDeleteWatchlistGroup.php  
2011-05-29 19:44:47 UTC (rev 89132)
@@ -73,7 +73,7 @@
                        );
                        
                        foreach ( $changes as $change ) {
-                               $dbr->select( // TODO
+                               $dbr->select(
                                        'swl_changes_per_set',
                                        array( 'change_id' ),
                                        array( 'change_set_id' => 
$set->spg_set_id )


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to