r88894 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88893‎ | r88894 | r88895 >
Date:15:05, 26 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem dead code
Modified paths:
  • /trunk/extensions/SemanticWatchlist/includes/SWL_Groups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWatchlist/includes/SWL_Groups.php
@@ -91,24 +91,5 @@
9292
9393 return $matchingGroups;
9494 }
95 -
96 - /**
97 - * Notifies all users that are watching a group and that should be notified
98 - * of the provided changes.
99 - *
100 - * @since 0.1
101 - *
102 - * @param $group
103 - * @param SMWSemanticData $data
104 - */
105 - protected static function notifyUsersForGroup( $group, SMWSemanticData $data ) {
106 - $users = self::getUsersForGroup( $group );
107 -
108 - foreach ( $users as $userId ) {
109 - if ( self::userShouldBeNotified( $userId ) ) {
110 - self::notifyUserOfChangesToGroup( $userId, $group, $data );
111 - }
112 - }
113 - }
11495
11596 }

Status & tagging log