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.3.2.3 -r1.3.2.4 --- openacs-4/packages/notifications/tcl/notification-procs.tcl 5 Mar 2003 15:04:04 -0000 1.3.2.3 +++ openacs-4/packages/notifications/tcl/notification-procs.tcl 12 Mar 2003 09:13:59 -0000 1.3.2.4 @@ -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]