Index: openacs-4/packages/forums/tcl/messages-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/messages-procs.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/forums/tcl/messages-procs.tcl 1 Apr 2004 20:03:53 -0000 1.26 +++ openacs-4/packages/forums/tcl/messages-procs.tcl 17 May 2004 15:15:16 -0000 1.27 @@ -112,6 +112,7 @@ -short_name forums_forum_notif] \ -object_id $message(forum_id) \ -response_id $message(message_id) \ + -notif_user $message(user_id) \ -notif_subject $message(subject) \ -notif_text $new_content @@ -121,6 +122,7 @@ -short_name forums_message_notif] \ -object_id $message(root_message_id) \ -response_id $message(message_id) \ + -notif_user $message(user_id) \ -notif_subject $message(subject) \ -notif_text $new_content }