Index: openacs-4/packages/notifications/tcl/notification-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/notifications/tcl/notification-procs.tcl 25 Feb 2003 10:07:13 -0000 1.6 +++ openacs-4/packages/notifications/tcl/notification-procs.tcl 17 May 2003 10:54:25 -0000 1.7 @@ -286,7 +286,9 @@ } # The notification below should be for the action_id object, not for the default object_id - set object_id $action_id + if { $subset_arg_p || $already_notified_arg_p } { + set object_id $action_id + } # Set up the vars set extra_vars [ns_set create]