Index: trunk/extensions/SemanticWatchlist/api/ApiDeleteWatchlistGroup.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | ); |
75 | 75 | |
76 | 76 | foreach ( $changes as $change ) { |
77 | | - $dbr->select( // TODO |
| 77 | + $dbr->select( |
78 | 78 | 'swl_changes_per_set', |
79 | 79 | array( 'change_id' ), |
80 | 80 | array( 'change_set_id' => $set->spg_set_id ) |
Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * Changing one of these settings can be done by copying or cutting it, |
10 | 10 | * and placing it in LocalSettings.php, AFTER the inclusion of this extension. |
11 | 11 | * |
12 | | - * @file SemanticWatchlist.Settings.php |
| 12 | + * @file SemanticWatchlist.settings.php |
13 | 13 | * @ingroup SemanticWatchlist |
14 | 14 | * |
15 | 15 | * @licence GNU GPL v3+ |