[contributions(DRUPAL-5):delius] /modules/subscriptions_og subscriptions_og.module
User: delius Branch: DRUPAL-5 Date: Fri, 11 Apr 2008 22:40:52 +0000 Modified files: /modules/subscriptions_og subscriptions_og.module Log message: Use node_load where possible. This requires using $group->nid and $group->title instead of $group->group_nid and $group->name. og_menu_check() needs the group nid as argument rather than the group. For simplicity I also changed the argument to subscriptions_og_group_subscriptions() to be $group_nid rather than $group. Renamed tab from "Subscribers" to "Non-members" to indicate that it only has those subscribers who are not members. Show the "Subscriptions" tab only when the nid really is that of a group. Some doxygen documentation improvements. Removed an unused variable $count. @ingroup form should be @ingroup forms and should not be used on form handlers. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/subscriptions_og/s...
participants (1)
-
drupal-cvs@drupal.org