In the subscription overview page (admin/messaging/subscriptions) the content of subcription by type fieldset is duplicated on subscription by send method fieldset. The problem is in the notifications_admin_status_page() function, the variable $rows is reused without getting reinitialized first.
Comments
Comment #1
David Goode commentedThanks for the catch, bug fixed in DRUPAL-6--2 branch.