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 -N -r1.24 -r1.24.2.1 --- openacs-4/packages/forums/tcl/messages-procs.tcl 17 Dec 2003 15:45:30 -0000 1.24 +++ openacs-4/packages/forums/tcl/messages-procs.tcl 26 Apr 2004 17:53:24 -0000 1.24.2.1 @@ -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 }